java中String byte HexString的转换
摘要:HexString——>byte public static byte[] hexStringToBytes(String hexString) { if (hexString == null || hexString.equals("")) { return null; ...
阅读全文
posted @ 2014-11-19 00:23
posted @ 2014-11-19 00:23
posted @ 2014-11-17 09:52