Java Utililty Methods Byte Array to Chinese

List of utility methods to do Byte Array to Chinese

Description

The list of methods to do Byte Array to Chinese are organized into topic(s).

Method

StringbytesToGb2312(final byte[] bytes)
bytes To Gb
return bytesToCharset(bytes, GB2312);