| Package | Description |
|---|---|
| net.openhft.chronicle.wire | |
| net.openhft.chronicle.wire.converter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLongConverter |
class |
AbstractTimestampLongConverter
The children of this class can be given a timezone, which will be applied to values
when they are output.
|
class |
Base128LongConverter
Deprecated.
This doesn't really work as it uses characters that have to be escaped out in text wires
|
class |
Base32LongConverter
Unsigned 64-bit number with encoding to be as disambiguated as possible.
|
class |
Base40LongConverter
Deprecated.
|
class |
Base64LongConverter
Unsigned 64-bit number with encoding with all 0-9, A-Z and a-z, plus period and plus
|
class |
Base85LongConverter |
class |
Base95LongConverter
Deprecated.
This doesn't really work as it uses characters that have to be escaped out in text wires
|
class |
HexadecimalLongConverter |
class |
IdentifierLongConverter
An identifier that acts as a base 66 string of up to 10 characters, or a nanosecond timestamp for dates from 2019-09-14.
|
class |
MicroDurationLongConverter |
class |
MicroTimestampLongConverter |
class |
MilliTimestampLongConverter |
class |
NanoDurationLongConverter |
class |
NanoTimestampLongConverter |
class |
OxHexadecimalLongConverter
Deprecated.
Use the HexadecimalLongConverter
|
class |
ServicesTimestampLongConverter |
class |
UnsignedLongConverter
Deprecated.
|
class |
WatermarkedMicroTimestampLongConverter
Deprecated.
|
class |
WordsLongConverter |
| Modifier and Type | Field and Description |
|---|---|
protected LongConverter |
AbstractLongConverter.converter |
static LongConverter |
OxHexadecimalLongConverter.INSTANCE
Deprecated.
|
static LongConverter |
HexadecimalLongConverter.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static LongConverter |
LongConverter.forSymbols(String chars)
Creates an implementation for delegation
|
| Modifier and Type | Method and Description |
|---|---|
long |
BinaryWire.BinaryValueIn.readLong(LongConverter longConverter) |
default long |
ValueIn.readLong(LongConverter longConverter) |
WireOut |
BinaryWire.BinaryValueOut.writeLong(LongConverter longConverter,
long l) |
default WireOut |
ValueOut.writeLong(LongConverter longConverter,
long l)
Write a long value with a specified converter.
|
| Constructor and Description |
|---|
AbstractLongConverter(LongConverter converter) |
| Modifier and Type | Class and Description |
|---|---|
class |
PowerOfTwoLongConverter |
class |
SymbolsLongConverter |
| Modifier and Type | Field and Description |
|---|---|
static LongConverter |
Base16.INSTANCE |
static LongConverter |
Id.INSTANCE |
static LongConverter |
Words.INSTANCE |
static LongConverter |
NanoTime.INSTANCE |
static LongConverter |
Base85.INSTANCE |
static LongConverter |
Base64.INSTANCE |
Copyright © 2022. All rights reserved.