Inheritance diagram for DzImporter:

Methods | |
| String | getDescription () |
| String | getExtension (Number i) |
| Number | getNumExtensions () |
| DzError | readFile (String filename, DzFileIOSettings options) |
| DzError | readFile (String filename) |
| Boolean | recognize (String filename) |
| String DzImporter::getDescription | ( | ) |
| Number DzImporter::getNumExtensions | ( | ) |
| DzError DzImporter::readFile | ( | String | filename, | |
| DzFileIOSettings | options | |||
| ) |
Imports from a file.
| filename | Name of the file to import. | |
| options | The options for the importer. |
Imports from a file.
| filename | Name of the file to import. |
Test the given filename and file contents to see if this importer can read it.
| filename | The name of the file to test. |