IVectorImageReader
Description
Base interface for classes that read 2D vector image files and wrap them in IVectorImage objects.
Public / Methods
CanRead
Checks if this reader can read the given vector image file.
If this method returns false
, Read will always throw a ValidatingException. Otherwise, it will only throw an exception for I/O errors and invalid file formats.
Read
Load the given vector image file.
- IOException
-
If an I/O error has occurred.
- ValidatingException
-
If the file format is invalid or not supported.