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