| 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.render |
Provides classes and interfaces for rendering byte sequences into decimal representation
with various levels of precision and formatting.
|
| Class and Description |
|---|
| DecimalAppender
This interface represents a handler for decimal numbers, and defines how they should be appended in various forms.
|
| Decimaliser
Provides functionality for converting floating-point values (double and float) into a
decimal representation that can be appended to a target.
|
| Class and Description |
|---|
| DecimalAppender
This interface represents a handler for decimal numbers, and defines how they should be appended in various forms.
|
| Decimaliser
Provides functionality for converting floating-point values (double and float) into a
decimal representation that can be appended to a target.
|
| StandardDecimaliser
Implementation of
Decimaliser that converts floating-point numbers to their decimal representation in
standard form. |
Copyright © 2024. All rights reserved.