Uses of Class
com.ibm.icu.text.CharsetDetector
-
Packages that use CharsetDetector Package Description com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of CharsetDetector in com.ibm.icu.text
Methods in com.ibm.icu.text that return CharsetDetector Modifier and Type Method Description CharsetDetector
CharsetDetector. setDeclaredEncoding(String encoding)
Set the declared encoding for charset detection.CharsetDetector
CharsetDetector. setDetectableCharset(String encoding, boolean enabled)
Deprecated.This API is ICU internal only.CharsetDetector
CharsetDetector. setText(byte[] in)
Set the input text (byte) data whose charset is to be detected.CharsetDetector
CharsetDetector. setText(InputStream in)
Set the input text (byte) data whose charset is to be detected.
-