public static enum BZip2CompressorInputStream.ReadMode extends Enum<BZip2CompressorInputStream.ReadMode>
| Enum Constant and Description |
|---|
BY_SPLIT |
WHOLE_FILE |
| Modifier and Type | Method and Description |
|---|---|
static BZip2CompressorInputStream.ReadMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BZip2CompressorInputStream.ReadMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BZip2CompressorInputStream.ReadMode WHOLE_FILE
public static final BZip2CompressorInputStream.ReadMode BY_SPLIT
public static BZip2CompressorInputStream.ReadMode[] values()
for (BZip2CompressorInputStream.ReadMode c : BZip2CompressorInputStream.ReadMode.values()) System.out.println(c);
public static BZip2CompressorInputStream.ReadMode 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 © 2016 Actian Corporation. All rights reserved.