| Package | Description |
|---|---|
| crosby.binary | |
| crosby.binary.file |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BinaryParser.skipBlock(FileBlockPosition
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileBlockHead
Intermediate representation of the header of a fileblock when a set of fileblocks is read as in a stream.
|
class |
FileBlockReference
A FileBlockPosition that remembers what file this is so that it can simply be dereferenced
|
| Modifier and Type | Method and Description |
|---|---|
FileBlockPosition |
FileBlock.writeTo(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BlockReaderAdapter.skipBlock(FileBlockPosition
Does the reader understand this block? Does it want the data in it? A reference contains the metadata about a block and can saved --- or stored ---- for future random access.
|