| Package | Description |
|---|---|
| org.cryptacular.io |
| Modifier and Type | Method and Description |
|---|---|
static DecodingInputStream |
DecodingInputStream.base64(java.io.InputStream in)
Creates a new instance that decodes base64 input from the given stream.
|
static DecodingInputStream |
DecodingInputStream.hex(java.io.InputStream in)
Creates a new instance that decodes hexadecimal input from the given stream.
|