A
- Data::addParameters() — Method in class Data
- Add a custom parameters to the DataURi
B
- Data::buildFromFile() — Method in class Data
- Get a new instance of DataUri\Data from a file
D
- Data — Class in namespace DataURI
- DataURI\Data object is a representation of an url which embed (small) media type data directly inline.
- Dumper — Class in namespace DataURI
- Dumper::dump() — Method in class Dumper
- Transform a DataURI\Data object to its URI representation and take the following form :
E
- Exception — Class in namespace DataURI\Exception
F
- FileNotFoundException — Class in namespace DataURI\Exception
G
- Data::getData() — Method in class Data
- File Datas
- Data::getMimeType() — Method in class Data
- Media type
- Data::getParameters() — Method in class Data
- File parameters
- TooLongDataException::getLength() — Method in class TooLongDataException
- Length of the data
I
- Data::isBinaryData() — Method in class Data
- Data is binary data
- InvalidArgumentException — Class in namespace DataURI\Exception
- InvalidDataException — Class in namespace DataURI\Exception
P
- Parser — Class in namespace DataURI
- Parser::parse() — Method in class Parser
- Parse a data URI and return a DataUri\Data
S
- Data::setBinaryData() — Method in class Data
- Set if Data is binary data
T
- TooLongDataException — Class in namespace DataURI\Exception
W
- Data::write() — Method in class Data
- Write datas to the specified file
_
- Data::__construct() — Method in class Data
- A DataURI Object which by default has a 'text/plain' media type and a 'charset=US-ASCII' as optionnal parameter
- TooLongDataException::__construct() — Method in class TooLongDataException