Uses of Class
org.apache.tika.parser.utils.CommonsDigester.DigestAlgorithm
-
Packages that use CommonsDigester.DigestAlgorithm Package Description org.apache.tika.parser.utils -
-
Uses of CommonsDigester.DigestAlgorithm in org.apache.tika.parser.utils
Methods in org.apache.tika.parser.utils that return CommonsDigester.DigestAlgorithm Modifier and Type Method Description static CommonsDigester.DigestAlgorithm[]CommonsDigester. parse(String s)Deprecated.use theCommonsDigester(int, String)insteadstatic CommonsDigester.DigestAlgorithmCommonsDigester.DigestAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static CommonsDigester.DigestAlgorithm[]CommonsDigester.DigestAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.tika.parser.utils with parameters of type CommonsDigester.DigestAlgorithm Constructor Description CommonsDigester(int markLimit, CommonsDigester.DigestAlgorithm... algorithms)Deprecated.
-