Package | Description |
---|---|
org.apache.subversion.javahl.types |
Modifier and Type | Method and Description |
---|---|
Checksum.Kind |
Checksum.getKind()
Retrieve the kind
|
static Checksum.Kind |
Checksum.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Checksum.Kind[] |
Checksum.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Checksum(byte[] digest,
Checksum.Kind kind)
Constructor to be called from the native code
|
Copyright © 2018. All rights reserved.