| Package | Description | 
|---|---|
| org.javalite.common | 
 This  package is a Swiss Army knife of utilities used in JavaLite  as well as outside 
 | 
| 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. | 
Copyright © 2020 JavaLite. All rights reserved.