Class | Description |
---|---|
BinaryRowChannelInputViewIterator |
A simple iterator over the input read though an I/O channel.
|
ChannelWithMeta |
Channel with block count and numBytesInLastBlock of file.
|
CompressedBlockChannelReader |
Compressed block channel reader provides a scenario where MemorySegment must be maintained.
|
CompressedBlockChannelWriter |
Compressed block channel writer provides a scenario where MemorySegment must be maintained.
|
CompressedHeaderlessChannelReaderInputView |
A
DataInputView that is backed by a BufferFileReader , making it effectively a data input stream. |
CompressedHeaderlessChannelWriterOutputView |
A
DataOutputView that is backed by a FileIOChannel ,
making it effectively a data output stream. |
HeaderlessChannelWriterOutputView |
A
DataOutputView that is backed by a BlockChannelWriter , making it effectively a data output stream. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.