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