| Package | Description |
|---|---|
| crosby.binary.file |
| Modifier and Type | Method and Description |
|---|---|
static CompressFlags |
CompressFlags.valueOf(String
Returns the enum constant of this type with the specified name.
|
static CompressFlags |
CompressFlags.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockOutputStream.setCompress(CompressFlags
|
void |
BlockOutputStream.write(FileBlock
Write a specific block with a specific compression flags
|
FileBlockPosition |
FileBlock.writeTo(OutputStream
|