Uses of Enum
org.apache.tika.parser.strings.StringsEncoding
Packages that use StringsEncoding
-
Uses of StringsEncoding in org.apache.tika.parser.strings
Methods in org.apache.tika.parser.strings that return StringsEncodingModifier and TypeMethodDescriptionStringsConfig.getEncoding()Returns the character encoding of the strings that are to be found.StringsParser.getStringsEncoding()static StringsEncodingReturns 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.Methods in org.apache.tika.parser.strings with parameters of type StringsEncodingModifier and TypeMethodDescriptionvoidStringsConfig.setEncoding(StringsEncoding encoding) Sets the character encoding of the strings that are to be found.