Skip navigation links

Package net.openhft.chronicle.bytes.render

Provides classes and interfaces for rendering byte sequences into decimal representation with various levels of precision and formatting.

See: Description

Package net.openhft.chronicle.bytes.render Description

Provides classes and interfaces for rendering byte sequences into decimal representation with various levels of precision and formatting. This package is part of the Chronicle Bytes library and offers a selection of Decimaliser implementations that control the conversion of floating-point numbers to their decimal representations.

Classes in this package include:

These classes are used to convert floating-point numbers into a string representation that is optimized for either performance or precision, depending on the use case requirements.

Skip navigation links

Copyright © 2023. All rights reserved.