public abstract static class Alphabet.Base32Alphabet extends Alphabet
Alphabet.Base32Alphabet, Alphabet.Base64Alphabet
Modifier and Type | Field and Description |
---|---|
static Alphabet.Base32Alphabet |
STANDARD
The standard RFC 4648 base-32 alphabet.
|
Modifier and Type | Method and Description |
---|---|
abstract int |
decode(int codePoint)
Decode the given code point.
|
abstract int |
encode(int val)
Encode the given 5-bit value to a code point.
|
public static final Alphabet.Base32Alphabet STANDARD
Copyright © 2016 JBoss by Red Hat. All rights reserved.