A Base64 Renderer
| Type | Name and description | 
|---|---|
private boolean  | 
                            includePrefixWhether to include the base64 string prefix or not  | 
                        
private java.awt.Image  | 
                            rendererThe Image Renderer  | 
                        
| Constructor and description | 
|---|
                                Base64
                                () | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            java.lang.String | 
                            render(Map map)Render the Map to a Type 
 
  | 
                        
 | 
                            void | 
                            render(Map map, OutputStream out)Render the Map to the OutputStream 
  | 
                        
Whether to include the base64 string prefix or not
The Image Renderer
Render the Map to a Type
map -  The MapRender the Map to the OutputStream
map -  The Mapout -  The OutputStreamGroovy Documentation