| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
The Chronicle Bytes package provides low-level memory access wrappers with functionalities
akin to Java NIO's ByteBuffer.
|
| net.openhft.chronicle.bytes.internal |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
| Class and Description |
|---|
| AbstractBytesStore
Abstract BytesStore
|
| HasUncheckedRandomDataInput |
| NativeBytesStore |
| UncheckedRandomDataInput
This interface defines methods for reading data of different types (byte, short, int, long) from
a certain offset position.
|
| Class and Description |
|---|
| AbstractBytesStore
Abstract BytesStore
|
| BytesFieldInfo
This class holds the metadata information for fields within an object that are annotated with
FieldGroup. |
| BytesInternal
Utility methods to support common functionality in this package.
|
| ChunkedMappedBytes
Bytes to wrap memory mapped data.
|
| CommonMappedBytes
Bytes to wrap memory mapped data.
|
| EmbeddedBytes |
| HasUncheckedRandomDataInput |
| HeapBytesStore
Wrapper for Heap ByteBuffers and arrays.
|
| NativeBytesStore |
| SingleMappedBytes
A class that extends the
CommonMappedBytes to provide a mechanism to wrap memory-mapped data. |
| UncheckedRandomDataInput
This interface defines methods for reading data of different types (byte, short, int, long) from
a certain offset position.
|
Copyright © 2023. All rights reserved.