| 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.util |
Provides utility classes and interfaces for Chronicle Bytes.
|
| Class and Description |
|---|
| DecoratedBufferOverflowException
Customized
BufferOverflowException with a descriptive message. |
| Class and Description |
|---|
| AbstractInterner
This class provides a caching mechanism that returns a value which matches the decoded bytes.
|
| BinaryLengthLength
Enum representing different byte lengths for binary values.
|
| Compression
Interface for providing compression and decompression functionality
to various types of input data.
|
| Compressions
Enum representing different compression algorithms and providing corresponding
compressing and decompressing streams.
|
| PropertyReplacer
Utility class for replacing tokens in strings with their corresponding property values.
|
Copyright © 2024. All rights reserved.