IFileFormat
Description
- Derived from
- Extended by
-
FileFormat abstract
Base interface for classes that can read and optionally write certain file formats.
Public / Methods
CanRead
3 overloads
Can this file format object be used to read the given data?
- See also
Can this file format object be used to read the given file?
- IOException
-
If an I/O error has occurred while reading the file data prefix.
- See also
Can this file format object be used to read the given path?
CanReadFind
3 overloads
Returns the first file format in the chain (see Next) that can read the given data, according to the file data prefix.
Returns the first file format in the chain (see Next) that can read the given file, according to the file data prefix or the file suffix (if no prefix is present).
- IOException
-
If an I/O error has occurred while reading the file data prefix.
Returns the first file format in the chain (see Next) that can read the given path, according to the file suffix.
Public / Attributes
Mime
The machine-readable type of this file format.
For details on Media Types (aka. MIME-type), please refer to this webpage:
https://www.iana.org/assignments/media-types/media-types.xhtml