| Package | Description |
|---|---|
| mali.util |
| Modifier and Type | Method and Description |
|---|---|
static Base64.Decoder |
Base64.getDecoder()
Returns a
Base64.Decoder that decodes using the Basic type base64 encoding scheme. |
static Base64.Decoder |
Base64.getMimeDecoder()
Returns a
Base64.Decoder that decodes using the MIME
type base64 decoding scheme. |
static Base64.Decoder |
Base64.getUrlDecoder()
Returns a
Base64.Decoder that decodes using the URL and
Filename safe type base64 encoding scheme. |