Initializes a new instance of this object.
Sets the data buffer.
The data to set. If you pass a raw string, then the input encoding is expected to be utf8.
This object.
Builds the url string and returns it.
The url string.
Sets the output encoding.
If you output encode the data as utf8, then it will be properly escaped.
The output encoding.
This object.
Gets the current information about the url being built.
The current information about the url being built.
Sets the mime type.
The mime type.
This object.
Parses an existing data url and sets all properties.
The url to parse.
This object.
Represents an object that is helpful in building a data url with support for data encoding.