| 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 | Interface and Description |
|---|---|
interface |
MultiReaderBytesRingBuffer
Extension of the BytesRingBuffer interface that supports multiple readers.
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull BytesRingBuffer |
BytesRingBuffer.newInstance(@NotNull BytesStore<?,Void> bytesStore)
Constructs a new instance with the provided
BytesStore. |
Copyright © 2023. All rights reserved.