public abstract class BaseNDecoder extends Object implements Function<String,UUID>
If the base-n is case insensitive, it decodes in lower case and upper case.
| Modifier and Type | Field and Description |
|---|---|
protected BaseN |
base
The base-n.
|
protected ByteArray |
map
The base-n map.
|
| Constructor and Description |
|---|
BaseNDecoder(BaseN base) |
Copyright © 2024. All rights reserved.