ByteBufferInput |
An InputStream that reads data from a byte array and optionally fills the byte array from another InputStream as needed.
|
ByteBufferInputStream |
|
ByteBufferOutput |
An OutputStream that buffers data in a byte array and optionally flushes to another OutputStream.
|
ByteBufferOutputStream |
|
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 |
|
KryoDataOutput |
|
KryoObjectInput |
|
KryoObjectOutput |
|
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.
|