EncodingPredictor类
根据一些启发式方法预测错误消息的编码。
decode
功能描述
解码。
语法格式
public static DecodeResult decode(byte[] bytes,
int offset,
int length)
参数说明
bytes:要解码的字节数组。
offset:编码后表示的第一个字节在bytes中的偏移量。
length:编码表示的长度(以字节为单位)。
返回值
解码结果。