Uses of Class
org.apache.tika.parser.txt.CharsetMatch
Packages that use CharsetMatch
-
Uses of CharsetMatch in org.apache.tika.parser.txt
Classes in org.apache.tika.parser.txt that implement interfaces with type arguments of type CharsetMatchModifier and TypeClassDescriptionclassThis class represents a charset that has been identified by a CharsetDetector as a possible encoding for a set of input data.Methods in org.apache.tika.parser.txt that return CharsetMatchModifier and TypeMethodDescriptionCharsetDetector.detect()Return the charset that best matches the supplied input data.CharsetDetector.detectAll()Return an array of all charsets that appear to be plausible matches with the input data.Methods in org.apache.tika.parser.txt with parameters of type CharsetMatchModifier and TypeMethodDescriptionintCharsetMatch.compareTo(CharsetMatch other) Compare to other CharsetMatch objects.