See: Description
Interface | Description |
---|---|
Compression |
Interface for providing compression and decompression functionality
to various types of input data.
|
Class | Description |
---|---|
AbstractInterner<T> |
This class provides a caching mechanism that returns a value which matches the decoded bytes.
|
Bit8StringInterner |
This class provides a mechanism for interning Strings with 8-bit characters.
|
EscapingStopCharsTester |
A custom implementation of
StopCharsTester that considers escape characters. |
EscapingStopCharTester |
This class implements a stop character tester that supports escape characters.
|
StringInternerBytes |
String interner optimized for Bytes.
|
UTF8StringInterner |
A specialized interner for interning strings encoded in UTF-8.
|
Enum | Description |
---|---|
BinaryLengthLength |
Enum representing different byte lengths for binary values.
|
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.
|
Exception | Description |
---|---|
DecoratedBufferOverflowException |
Customized
BufferOverflowException with a descriptive message. |
DecoratedBufferUnderflowException |
Customized
BufferUnderflowException with a descriptive message. |
This package contains classes and interfaces that are used to support the functionality of Chronicle Bytes, which is a library for working with bytes, buffers and serialization. Some of the features provided by this package include:
This package is a part of the Chronicle Bytes library, which is an efficient and high-performance library for working with bytes, used for low-level I/O operations, serialization, and data manipulation.
Bytes
,
BytesStore
Copyright © 2023. All rights reserved.