| Class | Description |
|---|---|
| BufferedChannel | |
| BufferedChannelInput |
An implementation of
DurableInput atop BufferedChannel. |
| BufferInput |
An implementation of
DurableInput atop ByteBuffer. |
| ByteChannelOutput |
An implementation of
DurableOutput atop WritableByteChannel. |
| ConcatInput |
An implementation of
DurableInput atop a series of DurableInputs. |
| DurableBuffer |
A
DurableOutput which will incrementally flush its contents to disk. |
| FileOutput |
A special
WritableByteChannel for a durable collection file, which will construct a hash as the file is
written, and add the appropriate prefix. |