| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
Base32LongConverter
This class is responsible for converting 64-bit unsigned numbers into a base32 representation.
|
class |
Base40LongConverter
Deprecated.
|
class |
Base64LongConverter
This class represents a converter for an unsigned 64-bit number encoded in base64.
|
class |
Base85LongConverter
Provides a Base85 encoding scheme for converting long values into a string representation.
|
class |
HexadecimalLongConverter
The
HexadecimalLongConverter class is responsible for converting 64-bit unsigned
numbers into a hexadecimal representation. |
Copyright © 2023. All rights reserved.