| 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 | Class and Description |
|---|---|
class |
DirectBytes
Direct byte buffer bytes.
|
class |
FileBytes
File bytes.
|
class |
HeapBytes
Java heap bytes.
|
class |
MappedBytes
Mapped bytes.
|
class |
NativeBytes
Native bytes.
|
class |
SwappedBytes
Bytes in swapped order.
|
class |
WrappedBytes
Wrapped bytes.
|
Copyright © 2013–2015. All rights reserved.