Uses of Class
org.apache.tika.parser.strings.StringsEncoding
-
Packages that use StringsEncoding Package Description org.apache.tika.parser.strings -
-
Uses of StringsEncoding in org.apache.tika.parser.strings
Methods in org.apache.tika.parser.strings that return StringsEncoding Modifier and Type Method Description StringsEncoding
StringsConfig. getEncoding()
Returns the character encoding of the strings that are to be found.StringsEncoding
StringsParser. getStringsEncoding()
static StringsEncoding
StringsEncoding. valueOf(String name)
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.Methods in org.apache.tika.parser.strings with parameters of type StringsEncoding Modifier and Type Method Description void
StringsConfig. setEncoding(StringsEncoding encoding)
Sets the character encoding of the strings that are to be found.
-