Inheritance diagram for DzExporter:
Methods | |
String | getDescription () |
String | getExtension () |
Boolean | isFileExporter () |
DzError | writeFile (String filename, DzFileIOSettings options) |
DzError | writeFile (String filename) |
String DzExporter::getDescription | ( | ) |
String DzExporter::getExtension | ( | ) |
Boolean DzExporter::isFileExporter | ( | ) |
DzError DzExporter::writeFile | ( | String | filename, | |
DzFileIOSettings | options | |||
) |
Exports to a file.
filename | Name of the file to export to. | |
options | The options for the exporter. |
Exports to a file.
filename | Name of the file to export to. |