| Package | Description |
|---|---|
| net.kuujo.catalyst.buffer |
Provides a low-level
Buffer abstraction backed by on- or off-heap memory, memory mapped
files, or RandomAccessFile. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BytesInput<T extends BytesInput<T>>
Readable bytes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Buffer
Navigable byte buffer for input/output operations.
|
interface |
Bytes
Common interface for interacting with a memory or disk based array of bytes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBuffer
Abstract buffer implementation.
|
class |
AbstractBytes
Abstract bytes implementation.
|
class |
DirectBuffer
Direct
ByteBuffer based buffer. |
class |
DirectBytes
Direct byte buffer bytes.
|
class |
FileBuffer
File buffer.
|
class |
FileBytes
File bytes.
|
class |
HeapBuffer
Heap byte buffer implementation.
|
class |
HeapBytes
Java heap bytes.
|
class |
MappedBuffer
Memory mapped file buffer.
|
class |
MappedBytes
Mapped bytes.
|
class |
NativeBuffer
Native byte buffer implementation.
|
class |
NativeBytes
Native bytes.
|
class |
ReadOnlyBuffer
Read-only buffer.
|
class |
SlicedBuffer
Sliced buffer.
|
class |
SwappedBuffer
Byte order swapped buffer.
|
class |
SwappedBytes
Bytes in swapped order.
|
class |
WrappedBytes
Wrapped bytes.
|
Copyright © 2013–2015. All rights reserved.