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 CharsetDetector
CharsetDetector. setDeclaredEncoding(String encoding)
Set the declared encoding for charset detection.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.CharsetDetector
CharsetDetector. setText(String str)
Set the input text (byte) data whose charset is to be detected.
-