public static enum CBZip2InputStream.STATE extends Enum<CBZip2InputStream.STATE>
Enum Constant and Description |
---|
EOF |
NO_PROCESS_STATE |
NO_RAND_PART_A_STATE |
NO_RAND_PART_B_STATE |
NO_RAND_PART_C_STATE |
RAND_PART_A_STATE |
RAND_PART_B_STATE |
RAND_PART_C_STATE |
START_BLOCK_STATE |
Modifier and Type | Method and Description |
---|---|
static CBZip2InputStream.STATE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CBZip2InputStream.STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CBZip2InputStream.STATE EOF
public static final CBZip2InputStream.STATE START_BLOCK_STATE
public static final CBZip2InputStream.STATE RAND_PART_A_STATE
public static final CBZip2InputStream.STATE RAND_PART_B_STATE
public static final CBZip2InputStream.STATE RAND_PART_C_STATE
public static final CBZip2InputStream.STATE NO_RAND_PART_A_STATE
public static final CBZip2InputStream.STATE NO_RAND_PART_B_STATE
public static final CBZip2InputStream.STATE NO_RAND_PART_C_STATE
public static final CBZip2InputStream.STATE NO_PROCESS_STATE
public static CBZip2InputStream.STATE[] values()
for (CBZip2InputStream.STATE c : CBZip2InputStream.STATE.values()) System.out.println(c);
public static CBZip2InputStream.STATE 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 nullCopyright © 2013 Apache Software Foundation. All rights reserved.