Buffer abstraction backed by on- or off-heap memory, memory mapped
files, or RandomAccessFile.See: Description
| Interface | Description |
|---|---|
| Buffer |
Navigable byte buffer for input/output operations.
|
| BufferAllocator |
Buffer allocator.
|
| BufferInput<T extends BufferInput<?>> |
Readable buffer.
|
| BufferOutput<T extends BufferOutput<?>> |
Writable buffer.
|
| Bytes |
Common interface for interacting with a memory or disk based array of bytes.
|
| BytesInput<T extends BytesInput<T>> |
Readable bytes.
|
| BytesOutput<T extends BytesOutput<T>> |
Writable bytes.
|
| Class | Description |
|---|---|
| AbstractBuffer |
Abstract buffer implementation.
|
| AbstractBytes |
Abstract bytes implementation.
|
| BitArray |
Direct memory bit set.
|
| BufferPool |
Buffer pool.
|
| ByteBufferBuffer |
ByteBuffer based buffer. |
| ByteBufferBytes |
Byte buffer 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.
|
| PooledDirectAllocator |
Pooled direct buffer allocator.
|
| PooledHeapAllocator |
Pooled heap buffer allocator.
|
| ReadOnlyBuffer |
Read-only buffer.
|
| SlicedBuffer |
Sliced buffer.
|
| SwappedBuffer |
Byte order swapped buffer.
|
| SwappedBytes |
Bytes in swapped order.
|
| UnpooledAllocator |
Unpooled buffer allocator.
|
| UnpooledDirectAllocator |
Unpooled direct allocator.
|
| UnpooledHeapAllocator |
Unpooled heap allocator.
|
| UnpooledUnsafeDirectAllocator |
Unpooled direct allocator.
|
| UnpooledUnsafeHeapAllocator |
Unpooled heap allocator.
|
| UnsafeDirectBuffer |
Direct
ByteBuffer based buffer. |
| UnsafeDirectBufferPool |
Direct buffer pool.
|
| UnsafeDirectBytes |
Direct byte buffer bytes.
|
| UnsafeHeapBuffer |
Heap byte buffer implementation.
|
| UnsafeHeapBufferPool |
Heap buffer pool.
|
| UnsafeHeapBytes |
Java heap bytes.
|
| UnsafeMappedBuffer |
Memory mapped file buffer.
|
| UnsafeMappedBytes |
Mapped bytes.
|
| WrappedBytes |
Wrapped bytes.
|
Buffer abstraction backed by on- or off-heap memory, memory mapped
files, or RandomAccessFile.Copyright © 2013–2018. All rights reserved.