Uses of Enum Class
org.apache.tika.parser.strings.StringsEncoding
Packages that use StringsEncoding
-
Uses of StringsEncoding in org.apache.tika.parser.strings
Subclasses with type arguments of type StringsEncoding in org.apache.tika.parser.stringsModifier and TypeClassDescriptionenumCharacter encoding of the strings that are to be found using the "strings" command.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.static StringsEncodingReturns the enum constant of this class with the specified name.static StringsEncoding[]StringsEncoding.values()Returns an array containing the constants of this enum class, 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.