FileFormat
Description
- Derived from
- Extended by
-
ImageFormat abstract
ModelFormat abstract
SceneDataFormat abstract
ShapeFormat abstract
Abstract base class for IFileFormat implementations that represent a concrete file format.
Protected / Methods
DoCanRead
Checks if the given data is equal to the identifying prefix of this file format.
When overriding this method, IFileFormat.Prefix must be overridden as well.
NotSupported
Creates a new instance of IOException for the case that a file format is not supported.