Uses of Class
org.apache.subversion.javahl.types.Checksum.Kind
-
Packages that use Checksum.Kind Package Description org.apache.subversion.javahl.types -
-
Uses of Checksum.Kind in org.apache.subversion.javahl.types
Methods in org.apache.subversion.javahl.types that return Checksum.Kind Modifier and Type Method Description Checksum.Kind
Checksum. getKind()
Retrieve the kindstatic Checksum.Kind
Checksum.Kind. valueOf(java.lang.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.Constructors in org.apache.subversion.javahl.types with parameters of type Checksum.Kind Constructor Description Checksum(byte[] digest, Checksum.Kind kind)
Constructor to be called from the native code
-