public enum CChecksum extends Enum<CChecksum>
| Enum Constant and Description |
|---|
F_ADLER32C |
F_CRC32C |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Checksum> |
getChecksumClass() |
int |
getHeaderMask() |
static CChecksum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CChecksum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CChecksum F_ADLER32C
public static final CChecksum F_CRC32C
public static CChecksum[] values()
for (CChecksum c : CChecksum.values()) System.out.println(c);
public static CChecksum 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.