Uses of Class
com.logicaldoc.util.charset.CharsetDetector
-
Packages that use CharsetDetector Package Description com.logicaldoc.util.charset Utility classes to work with charsets -
-
Uses of CharsetDetector in com.logicaldoc.util.charset
Methods in com.logicaldoc.util.charset that return CharsetDetector Modifier and Type Method Description CharsetDetectorCharsetDetector. setDeclaredEncoding(String encoding)Set the declared encoding for charset detection.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.CharsetDetectorCharsetDetector. setText(String str)Set the input text (byte) data whose charset is to be detected.
-