| Class | Description |
|---|---|
| ChannelReaderInputViewIterator<E> |
A simple iterator over the input read though an I/O channel.
|
| FileChannelInputView |
A
DataInputView that is backed by a BlockChannelReader,
making it effectively a data input stream. |
| FileChannelOutputView |
A
DataOutputView that is backed by a BlockChannelWriter, making it effectively a data output
stream. |
| InputViewIterator<E> | |
| RandomAccessInputView | |
| RandomAccessOutputView | |
| SeekableFileChannelInputView |
A
DataInputView that is backed by a BlockChannelReader,
making it effectively a data input stream. |
| SimpleCollectingOutputView |
The list with the full segments contains at any point all completely full segments, plus the segment that is
currently filled.
|
| SpillingBuffer |
An output view that buffers written data in memory pages and spills them when they are full.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.