public class Base85LongConverter extends AbstractLongConverter
| Modifier and Type | Field and Description |
|---|---|
static Base85LongConverter |
INSTANCE |
static int |
MAX_LENGTH |
converter| Modifier and Type | Method and Description |
|---|---|
boolean |
allSafeChars(WireOut wireOut)
All safe character for a give WireOut type without quotes or escaping.
|
int |
maxParseLength() |
append, append, parseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEncode, asString, asText, asText, forSymbols, lengthCheck, maxParseLengthpublic static final int MAX_LENGTH
public static final Base85LongConverter INSTANCE
public int maxParseLength()
maxParseLength in interface LongConvertermaxParseLength in class AbstractLongConverterpublic boolean allSafeChars(WireOut wireOut)
LongConverterwireOut - to write toCopyright © 2022. All rights reserved.