| ByteBufferInput |
An Input that uses a ByteBuffer rather than a byte[].
|
| ByteBufferInputStream |
|
| ByteBufferOutput |
An Output that uses a ByteBuffer rather than a byte[].
|
| ByteBufferOutputStream |
|
| Input |
An InputStream that reads data from a byte[] and optionally fills the byte[] from another InputStream as needed.
|
| InputChunked |
An Input that reads lengths and chunks of data from another OutputStream, allowing chunks to be skipped.
|
| KryoDataInput |
|
| KryoDataOutput |
|
| KryoObjectInput |
|
| KryoObjectOutput |
|
| Output |
An OutputStream that writes data to a byte[] and optionally flushes to another OutputStream.
|
| OutputChunked |
An Output that writes the length before each flush.
|