Classes for dealing with Exif entries.
This file defines two exception classes and the abstract class PelEntry which provides the basic methods that all Exif entries will have. All Exif entries will be represented by descendants of the PelEntry class --- the class itself is abstract and so it cannot be instantiated.
Class | Description |
---|---|
PelEntryException | Exception indicating a problem with an entry. |
PelUnexpectedFormatException | Exception indicating that an unexpected format was found. |
PelWrongComponentCountException | Exception indicating that an unexpected number of components was found. |
PelEntry | Common ancestor class of all PelIfd entries. |
Required class definitions.
Required class definitions.
Required class definitions.
Documentation generated on Thu, 05 May 2011 07:18:59 +0200 by phpDocumentor 1.4.3