Java Utililty Methods Byte Array to Chinese
List of utility methods to do Byte Array to Chinese
HOME
Java
B
Byte Array to Chinese
Description
The list of methods to do Byte Array to Chinese are organized into topic(s).
Method
String
bytesToGb2312(final byte[] bytes)
bytes To Gb
return
bytesToCharset(bytes, GB2312);