| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
Base256IntConverter
Deprecated.
This doesn't really work as it uses characters that have to be escaped out in text wires
|
class |
Base32IntConverter
Deprecated.
Use Base32LongConverter
|
class |
Base40IntConverter
Deprecated.
|
class |
Base85IntConverter
Deprecated.
Use Base85LongConverter
|
class |
HexadecimalIntConverter
Deprecated.
|
class |
UnsignedIntConverter
Deprecated.
|
class |
WordsIntConverter
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WireOut |
BinaryWire.BinaryValueOut.writeInt(IntConverter intConverter,
int i) |
default WireOut |
ValueOut.writeInt(IntConverter intConverter,
int i)
Write an int value with a specified converter.
|
Copyright © 2023. All rights reserved.