public class Base64LongConverter extends AbstractLongConverter
This class extends AbstractLongConverter and provides specific implementation
using the defined character set.
It follows the singleton design pattern. An instance can be obtained via the INSTANCE
static field.
| Modifier and Type | Field and Description |
|---|---|
static Base64LongConverter |
INSTANCE
A singleton instance of
Base64LongConverter. |
converterappend, append, maxParseLength, parseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEncode, allSafeChars, asString, asText, asText, forSymbols, lengthCheck, maxParseLengthpublic static final Base64LongConverter INSTANCE
Base64LongConverter.Copyright © 2023. All rights reserved.