| 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 |
Base64LongConverter
This class represents a converter for an unsigned 64-bit number encoded in base64.
|
class |
Base85LongConverter
Provides a Base85 encoding scheme, converting long values to a string representation.
|
class |
HexadecimalLongConverter
The
HexadecimalLongConverter class is responsible for converting 64-bit unsigned
numbers into a hexadecimal representation. |
class |
ShortTextLongConverter
Implements a Base 85 encoding scheme specifically designed for converting short text strings into long values.
|
Copyright © 2024. All rights reserved.