Package | Description |
---|---|
net.openhft.chronicle.bytes |
The Chronicle Bytes package provides low-level memory access wrappers with functionalities
akin to Java NIO's ByteBuffer.
|
net.openhft.chronicle.bytes.internal |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
Modifier and Type | Class and Description |
---|---|
class |
MappedBytesStore
A BytesStore implementation that wraps memory-mapped data.
|
class |
PointerBytesStore
A BytesStore that points to arbitrary memory.
|
Modifier and Type | Class and Description |
---|---|
class |
HeapBytesStore<U>
Wrapper for Heap ByteBuffers and arrays.
|
class |
NativeBytesStore<U> |
Copyright © 2023. All rights reserved.