@Deprecated public class Base128LongConverter extends Object implements LongConverter
| Modifier and Type | Field and Description |
|---|---|
static Base128LongConverter |
INSTANCE
Deprecated.
|
static int |
MAX_LENGTH
Deprecated.
|
| Constructor and Description |
|---|
Base128LongConverter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSafeChars(WireOut wireOut)
Deprecated.
All safe character for a give WireOut type without quotes or escaping.
|
void |
append(net.openhft.chronicle.bytes.Bytes<?> bytes,
long value)
Deprecated.
* Appends to provided
value to the provided text. |
void |
append(StringBuilder text,
long value)
Deprecated.
Appends the provided
value to the provided text. |
int |
maxParseLength()
Deprecated.
|
long |
parse(CharSequence text)
Deprecated.
Parses the provided
CharSequence and returns the parsed results as a
long primitive. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEncode, asString, asText, asText, forSymbols, lengthCheck, maxParseLengthpublic static final int MAX_LENGTH
public static final Base128LongConverter INSTANCE
public int maxParseLength()
maxParseLength in interface LongConverterpublic long parse(CharSequence text)
LongConverterCharSequence and returns the parsed results as a
long primitive.parse in interface LongConvertertext as an long primitive.public void append(StringBuilder text, long value)
LongConvertervalue to the provided text.append in interface LongConverterpublic void append(net.openhft.chronicle.bytes.Bytes<?> bytes,
long value)
LongConvertervalue to the provided text.append in interface LongConvertervalue - to append as textpublic boolean allSafeChars(WireOut wireOut)
LongConverterallSafeChars in interface LongConverterwireOut - to write toCopyright © 2022. All rights reserved.