public enum DChecksum extends Enum<DChecksum>
| Enum Constant and Description |
|---|
F_ADLER32D |
F_CRC32D |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Checksum> |
getChecksumClass() |
int |
getHeaderMask() |
static DChecksum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DChecksum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DChecksum F_ADLER32D
public static final DChecksum F_CRC32D
public static DChecksum[] values()
for (DChecksum c : DChecksum.values()) System.out.println(c);
public static DChecksum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getHeaderMask()
Copyright © 2016. All Rights Reserved.