Class | Description |
---|---|
ByteBufferInput |
An
Input that uses a ByteBuffer rather than a byte[]. |
ByteBufferInputStream |
An InputStream whose source is a
ByteBuffer . |
ByteBufferOutput |
An
Output that uses a ByteBuffer rather than a byte[]. |
ByteBufferOutputStream |
An OutputStream whose target is a
ByteBuffer . |
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 |
A
DataInput which reads from an Input . |
KryoDataOutput |
A
DataOutput which writes data to an Output . |
KryoObjectInput |
An
ObjectInput which reads data from an Input . |
KryoObjectOutput |
An
ObjectOutput which writes data to an Output . |
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. |
Copyright © 2019. All Rights Reserved.