| 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 |
Implementation of
AbstractInterner for interning String
objects whose bytes are assumed to represent 8-bit characters such as
ISO-8859-1. |
| EscapingStopCharsTester |
Implementation of
StopCharsTester that treats a backslash ('\\') as an
escape character. |
| EscapingStopCharTester |
Implementation of
StopCharTester where a backslash ('\\') escapes the
following character. |
| StringInternerBytes |
StringInterner specialised for
Bytes instances. |
| UTF8StringInterner |
AbstractInterner implementation for interning String objects
decoded from UTF-8 byte sequences within a BytesStore. |
| Enum | Description |
|---|---|
| BinaryLengthLength |
Defines strategies for encoding and writing the length prefix of binary data
segments.
|
| Compressions |
Compression algorithms supported by Chronicle Bytes.
|
| PropertyReplacer |
Utility for substituting property placeholders in strings.
|
| Exception | Description |
|---|---|
| DecoratedBufferOverflowException |
Customized
BufferOverflowException with a descriptive message. |
| DecoratedBufferUnderflowException |
Customized
BufferUnderflowException with a descriptive message. |
Copyright © 2026 Chronicle Software Ltd. All rights reserved.