public class Base85LongConverter extends Object implements LongConverter
| Modifier and Type | Field and Description |
|---|---|
static Base85LongConverter |
INSTANCE |
| Constructor and Description |
|---|
Base85LongConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(StringBuilder text,
long value) |
long |
parse(CharSequence text) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasStringpublic static final Base85LongConverter INSTANCE
public long parse(CharSequence text)
parse in interface LongConverterpublic void append(StringBuilder text, long value)
append in interface LongConverterCopyright © 2019. All rights reserved.