Uses of Class
org.apache.tika.parser.txt.CharsetDetector
Packages that use CharsetDetector
-
Uses of CharsetDetector in org.apache.tika.parser.txt
Methods in org.apache.tika.parser.txt that return CharsetDetectorModifier and TypeMethodDescriptionCharsetDetector.setDeclaredEncoding
(String encoding) Set the declared encoding for charset detection.CharsetDetector.setDetectableCharset
(String encoding, boolean enabled) Deprecated.This API is ICU internal only.CharsetDetector.setText
(byte[] in) Set the input text (byte) data whose charset is to be detected.CharsetDetector.setText
(InputStream in) Set the input text (byte) data whose charset is to be detected.