net.openhft.chronicle.bytes.util.package-info Maven / Gradle / Ivy
The newest version!
/**
* Provides utility classes and interfaces for Chronicle Bytes.
*
* 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:
*
*
* - Specialized exceptions for buffer overflow and underflow, allowing custom messages.
* - Interning utilities for strings in various character encodings, and utilities for
* interned objects in general, which help in reducing memory usage.
* - Utilities for property replacement within strings based on property values.
* - Support for escaping stop characters in character sequences, useful for parsing
* and tokenization tasks.
* - Compression and decompression utilities for working with byte data.
*
*
* 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.
*
*
* @see net.openhft.chronicle.bytes.Bytes
* @see net.openhft.chronicle.bytes.BytesStore
*/
package net.openhft.chronicle.bytes.util;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy