| Package | Description |
|---|---|
| net.kuujo.catalyst.buffer |
Provides a low-level
Buffer abstraction backed by on- or off-heap memory, memory mapped
files, or RandomAccessFile. |
| Class and Description |
|---|
| AbstractBuffer
Abstract buffer implementation.
|
| AbstractBytes
Abstract bytes implementation.
|
| Buffer
Navigable byte buffer for input/output operations.
|
| BufferAllocator
Buffer allocator.
|
| BufferInput
Readable buffer.
|
| BufferOutput
Writable buffer.
|
| BufferPool
Buffer pool.
|
| 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
Direct byte buffer bytes.
|
| FileBuffer
File buffer.
|
| FileBytes
File bytes.
|
| HeapBuffer
Heap byte buffer implementation.
|
| HeapBytes
Java heap bytes.
|
| MappedBuffer
Memory mapped file buffer.
|
| MappedBytes
Mapped bytes.
|
| NativeBuffer
Native byte buffer implementation.
|
| NativeBytes
Native bytes.
|
| PooledAllocator
Pooled buffer allocator.
|
| UnpooledAllocator
Unpooled buffer allocator.
|
| WrappedBytes
Wrapped bytes.
|
Copyright © 2013–2015. All rights reserved.