| 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 MultiReaderBytesRingBuffer |
BytesRingBuffer.newInstance(@NotNull BytesStore<?,Void> bytesStore,
int numReaders)
Constructs a new
MultiReaderBytesRingBuffer instance with the provided BytesStore and a given number of readers. |
Copyright © 2024. All rights reserved.