| Modifier and Type | Method | Description |
|---|---|---|
DataUrlBuilder |
DataUrlBuilder.setCharset(String charset) |
Shorthand to set the charset header
|
DataUrlBuilder |
DataUrlBuilder.setData(byte[] data) |
Sets the payload of the data url
|
DataUrlBuilder |
DataUrlBuilder.setDataUrl(DataUrl template) |
Fills this
DataUrlBuilder with the contents of the given
DataUrl template |
DataUrlBuilder |
DataUrlBuilder.setEncoding(DataUrlEncoding encoding) |
Gets the encoding method
|
DataUrlBuilder |
DataUrlBuilder.setHeader(String name,
String value) |
Shorthand to set a header/parameter
|
DataUrlBuilder |
DataUrlBuilder.setHeaders(Map<String,String> headers) |
Set the headers/parameters of the data url
|
DataUrlBuilder |
DataUrlBuilder.setMimeType(String mimeType) |
Sets the MIME-Type of the data urls content
|
Copyright © 2018. All rights reserved.