Uses of Enum Class
org.apache.tika.ml.chardetect.StructuralEncodingRules.Utf8Result
Packages that use StructuralEncodingRules.Utf8Result
-
Uses of StructuralEncodingRules.Utf8Result in org.apache.tika.ml.chardetect
Methods in org.apache.tika.ml.chardetect that return StructuralEncodingRules.Utf8ResultModifier and TypeMethodDescriptionStructuralEncodingRules.checkUtf8(byte[] bytes) Validates the UTF-8 byte grammar of the sample and returns one of three outcomes:LIKELY_UTF8: all multi-byte sequences are valid and the sample contains enough high bytes to be informative.StructuralEncodingRules.checkUtf8(byte[] bytes, int offset, int length) Returns the enum constant of this class with the specified name.static StructuralEncodingRules.Utf8Result[]StructuralEncodingRules.Utf8Result.values()Returns an array containing the constants of this enum class, in the order they are declared.