Uses of Enum
org.apache.tika.parser.strings.StringsEncoding
-
Uses of StringsEncoding in org.apache.tika.parser.strings
Modifier and TypeMethodDescriptionStringsConfig.getEncoding()
Returns the character encoding of the strings that are to be found.StringsParser.getStringsEncoding()
static StringsEncoding
Returns the enum constant of this type with the specified name.static StringsEncoding[]
StringsEncoding.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
StringsConfig.setEncoding
(StringsEncoding encoding) Sets the character encoding of the strings that are to be found.