JAVA常见工具类DatatypeConverter、StringUtils、common-lang,appache commons,guava
DatatypeConverter:在类里面提供了一些静态方法,这些方法就是Decode(解码)或者Encode(编码)使用,提供一些Java中数据格式的转换简单来说就是各种常见数据类型之间的相互转化,如intlongstringbytehexdecimalbase64unsigneddate等相互转化eg:printHexBinary(byte[]):将字节数组打印成16进制字符串parseHe