| Interface | Description |
|---|---|
| ByteBufferArrayWriteable2.ChunkListener |
Listener that fires when chunk is completed.
|
| IBinaryReadable |
IBinaryReadable is a readable stream.
|
| IBinaryWriteable |
A writeable context.
|
| Class | Description |
|---|---|
| ByteBufferArrayReadable |
IBinaryReadable implementation that uses an array of ByteBuffers. |
| ByteBufferArrayWriteable |
ByteBufferArrayWriteable class.
|
| ByteBufferArrayWriteable2 |
Sends events when chunks are complete.
|
| ByteBufferFactory |
Contains factories (as static constants of this class) that create
ByteBuffers. |
| ByteBufferReadable |
ByteBufferReadable class.
|
| ByteBufferUtils |
ByteBufferUtils class.
|
| ByteBufferWriteable |
IWriteable implementation with ByteBuffer as backend.
|
| ByteQueue |
Byte Queue is a LIFO queue of bytes.
|
| IncubationBuffer | Deprecated
This internal class is no longer used and will be removed in a future update.
|
| InputStreamReadable |
Input stream reader.
|
| LittleEndianInputStreamReadable |
Similar to
InputStreamReadable, but only supports ByteOrder.LITTLE_ENDIAN. |
| LittleEndianOutputStreamWriteable |
Similar to
OutputStreamWriteable, but only supports ByteOrder.LITTLE_ENDIAN. |
| OutputStreamWriteable |
Output stream writer.
|
Copyright © 2026. All rights reserved.