public class Base32LongConverter extends AbstractLongConverter
This class extends the AbstractLongConverter class and reuses its methods to perform the conversions.
The class is a singleton, accessed via the INSTANCE constant. It's thread-safe and can be used across the application.
AbstractLongConverter| Modifier and Type | Field and Description |
|---|---|
static Base32LongConverter |
INSTANCE
The singleton instance of
Base32LongConverter. |
converter| Constructor and Description |
|---|
Base32LongConverter()
Default constructor that sets up base32 character set and configures aliases to avoid common character misinterpretations.
|
append, append, maxParseLength, parseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEncode, allSafeChars, asString, asText, asText, forSymbols, lengthCheck, maxParseLengthpublic static final Base32LongConverter INSTANCE
Base32LongConverter.Copyright © 2023. All rights reserved.