@Deprecated public class UnsignedLongConverter extends Object implements LongConverter
| Constructor and Description |
|---|
UnsignedLongConverter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
append(net.openhft.chronicle.bytes.Bytes<?> bytes,
long value)
Deprecated.
Converts the given long value to a string and appends it to the provided Bytes object.
|
void |
append(StringBuilder text,
long value)
Deprecated.
Converts the given long value to a string and appends it to the provided StringBuilder.
|
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, allSafeChars, asString, asText, asText, forSymbols, lengthCheck, maxParseLength, maxParseLengthpublic 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)
LongConverterappend in interface LongConvertertext - The StringBuilder to which the converted value is appended.value - The long value to convert.public void append(net.openhft.chronicle.bytes.Bytes<?> bytes,
long value)
LongConverterappend in interface LongConverterbytes - The Bytes object to which the converted value is appended.value - The long value to convert.Copyright © 2023. All rights reserved.