| Class | Description |
|---|---|
| ByteBufferInput |
An InputStream that reads data from a byte array and optionally fills the byte array from another InputStream as needed.
|
| ByteBufferInputStream |
An InputStream whose source is a
ByteBuffer. |
| ByteBufferOutput |
An OutputStream that buffers data in a byte array and optionally flushes to another OutputStream.
|
| ByteBufferOutputStream |
An OutputStream whose target is a
ByteBuffer. |
| FastInput |
Same as Input, but does not use variable length encoding for integer types.
|
| FastOutput |
Same as Output, but does not use variable length encoding for integer types.
|
| Input |
An InputStream that reads data from a byte array and optionally fills the byte array from another InputStream as needed.
|
| InputChunked |
An InputStream that reads lengths and chunks of data from another OutputStream, allowing chunks to be skipped.
|
| KryoDataInput |
Best attempt adapter for
DataInput. |
| KryoDataOutput |
A kryo implementation of
DataOutput. |
| KryoObjectInput |
A kryo implementation of
ObjectInput. |
| KryoObjectOutput |
A kryo adapter for the
ObjectOutput class. |
| Output |
An OutputStream that buffers data in a byte array and optionally flushes to another OutputStream.
|
| OutputChunked |
An OutputStream that buffers data in a byte array and flushes to another OutputStream, writing the length before each flush.
|
| UnsafeInput |
An optimized InputStream that reads data from a byte array and optionally fills the byte array from another InputStream as
needed.
|
| UnsafeMemoryInput |
An optimized InputStream that reads data directly from the off-heap memory.
|
| UnsafeMemoryOutput |
An optimized OutputStream that writes data directly into the off-heap memory.
|
| UnsafeOutput |
An optimized OutputStream that buffers data in a byte array and optionally flushes to another OutputStream.
|
Copyright © 2023. All rights reserved.