| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
The Chronicle Bytes package provides low-level memory access wrappers with functionalities
akin to Java NIO's ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull PointerBytesStore |
BytesStore.nativePointer()
Creates a new PointerBytesStore that can be set to any address in memory.
|
static @NotNull PointerBytesStore |
BytesStore.wrap(long address,
long length)
Creates a PointerBytesStore that wraps bytes starting from a specific address in memory.
|
Copyright © 2024. All rights reserved.