public static enum LZ4FrameOutputStream.FLG.Bits extends java.lang.Enum<LZ4FrameOutputStream.FLG.Bits>
Enum Constant and Description |
---|
BLOCK_CHECKSUM |
BLOCK_INDEPENDENCE |
CONTENT_CHECKSUM |
CONTENT_SIZE |
RESERVED_0 |
RESERVED_1 |
Modifier and Type | Method and Description |
---|---|
static LZ4FrameOutputStream.FLG.Bits |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LZ4FrameOutputStream.FLG.Bits[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LZ4FrameOutputStream.FLG.Bits RESERVED_0
public static final LZ4FrameOutputStream.FLG.Bits RESERVED_1
public static final LZ4FrameOutputStream.FLG.Bits CONTENT_CHECKSUM
public static final LZ4FrameOutputStream.FLG.Bits CONTENT_SIZE
public static final LZ4FrameOutputStream.FLG.Bits BLOCK_CHECKSUM
public static final LZ4FrameOutputStream.FLG.Bits BLOCK_INDEPENDENCE
public static LZ4FrameOutputStream.FLG.Bits[] values()
for (LZ4FrameOutputStream.FLG.Bits c : LZ4FrameOutputStream.FLG.Bits.values()) System.out.println(c);
public static LZ4FrameOutputStream.FLG.Bits valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null