Uses of Class
com.ibm.icu.text.CharsetDetector
-
Packages that use CharsetDetector Package Description com.ibm.icu.text -
-
Uses of CharsetDetector in com.ibm.icu.text
Methods in com.ibm.icu.text that return CharsetDetector Modifier and Type Method Description CharsetDetectorCharsetDetector. setDeclaredEncoding(String encoding)Set the declared encoding for charset detection.CharsetDetectorCharsetDetector. setDetectableCharset(String encoding, boolean enabled)Deprecated.This API is ICU internal only.CharsetDetectorCharsetDetector. setText(byte[] in)Set the input text (byte) data whose charset is to be detected.CharsetDetectorCharsetDetector. setText(InputStream in)Set the input text (byte) data whose charset is to be detected.
-