一叶梧桐

2014年6月19日

java字节数组和16进制之间的转换

摘要: /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package test.util;/** * * @author Administrator */ pu... 阅读全文

posted @ 2014-06-19 17:12 一叶梧桐 阅读(320) 评论(0) 推荐(0)
16进制转换字节数组工具类

摘要: public class StringUtil { public static String str = "696d706f7274"; public static void main(String[] args) { System.out.println(new String(getBytes(... 阅读全文

posted @ 2014-06-19 16:55 一叶梧桐 阅读(431) 评论(0) 推荐(0)