| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
| 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 © 2026 Chronicle Software Ltd. All rights reserved.