基于 icu4j 的字符集检测器
| Type | Name and description |
|---|---|
static com.ibm.icu.text.CharsetMatch |
detect(java.io.InputStream is)检测字符集,并返回 CharsetMatch 对象(可以获得字符集名称、转换为 Unicode 的字符串等) |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |