| 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 |
BytesRingBuffer
This interface represents a ring buffer data structure capable of reading and writing
Bytes (binary data).
|
interface |
MultiReaderBytesRingBuffer
Extension of the BytesRingBuffer interface that supports multiple readers.
|
Copyright © 2023. All rights reserved.