| Class and Description |
|---|
| AbstractBuffer
Abstract buffer implementation.
|
| AbstractBytes
Abstract bytes implementation.
|
| BitArray
Direct memory bit set.
|
| Buffer
Navigable byte buffer for input/output operations.
|
| BufferAllocator
Buffer allocator.
|
| BufferInput
Readable buffer.
|
| BufferOutput
Writable buffer.
|
| BufferPool
Buffer pool.
|
ByteBufferBuffer
ByteBuffer based buffer. |
| ByteBufferBytes
Byte buffer bytes.
|
| Bytes
Common interface for interacting with a memory or disk based array of bytes.
|
| BytesInput
Readable bytes.
|
| BytesOutput
Writable bytes.
|
| DirectBuffer
Direct
ByteBuffer based buffer. |
DirectBytes
ByteBuffer based direct bytes. |
| FileBuffer
File buffer.
|
| FileBytes
File bytes.
|
| HeapBuffer
Direct
ByteBuffer based buffer. |
HeapBytes
ByteBuffer based heap bytes. |
| MappedBuffer
Direct
ByteBuffer based buffer. |
MappedBytes
ByteBuffer based mapped bytes. |
| NativeBuffer
Native byte buffer implementation.
|
| NativeBytes
Native bytes.
|
| PooledAllocator
Pooled buffer allocator.
|
| UnpooledAllocator
Unpooled buffer allocator.
|
| UnsafeDirectBuffer
Direct
ByteBuffer based buffer. |
| UnsafeDirectBytes
Direct byte buffer bytes.
|
| UnsafeHeapBuffer
Heap byte buffer implementation.
|
| UnsafeHeapBytes
Java heap bytes.
|
| UnsafeMappedBuffer
Memory mapped file buffer.
|
| UnsafeMappedBytes
Mapped bytes.
|
| WrappedBytes
Wrapped bytes.
|
Copyright © 2013–2018. All rights reserved.