public final class BaseNRemainderDecoder extends BaseNDecoder
It decodes strings created by encoders that use remainder operator (modulus), a common approach to encode integers.
The decoding process is performed using integer arithmetic.
base, map| Constructor and Description |
|---|
BaseNRemainderDecoder(BaseN base)
Constructor with a base-n.
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
apply(String string) |
protected static long[] |
multiply(long x,
long multiplier,
long rem)
Multiply a long as unsigned 64 bit integer
|
getpublic BaseNRemainderDecoder(BaseN base)
base - a base-nCopyright © 2024. All rights reserved.