public final class StringUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GB2312 |
static String |
SHIFT_JIS |
Modifier and Type | Method and Description |
---|---|
static String |
guessEncoding(byte[] bytes,
Map<DecodeHintType,?> hints) |
public static final String SHIFT_JIS
public static final String GB2312
public static String guessEncoding(byte[] bytes, Map<DecodeHintType,?> hints)
Copyright © 2007–2017. All rights reserved.