| Package | Description |
|---|---|
| org.wildfly.common.codec |
Classes relating to encoding and decoding.
|
| org.wildfly.common.iteration |
Classes related to iteration.
|
| Modifier and Type | Field | Description |
|---|---|---|
static Base32Alphabet |
Base32Alphabet.LOWERCASE |
The standard RFC 4648 base-32 alphabet mapped to lowercase.
|
static Base32Alphabet |
Base32Alphabet.STANDARD |
The standard RFC 4648 base-32 alphabet.
|
| Modifier and Type | Method | Description |
|---|---|---|
ByteIterator |
CodePointIterator.base32Decode(Base32Alphabet alphabet) |
Base32-decode the current stream.
|
ByteIterator |
CodePointIterator.base32Decode(Base32Alphabet alphabet,
boolean requirePadding) |
Base32-decode the current stream.
|
CodePointIterator |
ByteIterator.base32Encode(Base32Alphabet alphabet) |
Base32-encode the current stream.
|
CodePointIterator |
ByteIterator.base32Encode(Base32Alphabet alphabet,
boolean addPadding) |
Base32-encode the current stream.
|
Copyright © 2017 JBoss, a division of Red Hat, Inc.