Package | Description |
---|---|
org.apache.tika.parser.utils |
Modifier and Type | Field and Description |
---|---|
private java.util.List<CommonsDigester.DigestAlgorithm> |
CommonsDigester.algorithms |
Modifier and Type | Method and Description |
---|---|
static CommonsDigester.DigestAlgorithm[] |
CommonsDigester.parse(java.lang.String s) |
static CommonsDigester.DigestAlgorithm |
CommonsDigester.DigestAlgorithm.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
CommonsDigester.digestEach(CommonsDigester.DigestAlgorithm algorithm,
java.io.InputStream is,
Metadata metadata) |
Constructor and Description |
---|
CommonsDigester(int markLimit,
CommonsDigester.DigestAlgorithm... algorithms) |