ExifData class

Stores EXIF data for an Image.

Inheritance

Properties

directories Map<String, IfdDirectory>
getter/setter pairinherited
exifIfd IfdDirectory
no setter
gpsIfd IfdDirectory
no setter
hashCode int
The hash code for this object.
no setterinherited
imageIfd IfdDirectory
no setter
interopIfd IfdDirectory
no setter
isEmpty bool
no setterinherited
keys Iterable<String>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailIfd IfdDirectory
no setter
values Iterable<IfdDirectory>
no setterinherited

Methods

clear() → void
inherited
clone() ExifData
containsKey(String key) bool
inherited
getDataSize() int
getTag(int tag) IfdValue?
getTagName(int tag) String
hasTag(int tag) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(InputBuffer block) bool
toString() String
A string representation of this object.
override
write(OutputBuffer out) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String ifdName) IfdDirectory
inherited
operator []=(String ifdName, IfdDirectory value) → void
inherited