public class Base256IntConverter extends Object implements IntConverter
| Modifier and Type | Field and Description |
|---|---|
static Base256IntConverter |
INSTANCE |
| Constructor and Description |
|---|
Base256IntConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(StringBuilder text,
int value)
Appends the provided
value to the provided text. |
int |
parse(CharSequence text)
Parses the provided
CharSequence and returns the parsed results as an
int primitive. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasString, asTextpublic static final Base256IntConverter INSTANCE
public int parse(CharSequence text)
IntConverterCharSequence and returns the parsed results as an
int primitive.parse in interface IntConvertertext as an int primitive.public void append(StringBuilder text, int value)
IntConvertervalue to the provided text.append in interface IntConverterCopyright © 2020. All rights reserved.