TiffEntry class

Constructors

TiffEntry(int tag, int type, int numValues, InputBuffer p)

Properties

hashCode int
The hash code for this object.
no setterinherited
isString bool
no setter
isValid bool
no setter
numValues int
getter/setter pair
p InputBuffer
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag int
getter/setter pair
type int
getter/setter pair
typeSize int
no setter
valueOffset int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() List
readString() String
readValue() int
readValues() List<int>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

SIZE_OF_TYPE → const List<int>
TYPE_ASCII → const int
TYPE_BYTE → const int
TYPE_DOUBLE → const int
TYPE_FLOAT → const int
TYPE_LONG → const int
TYPE_RATIONAL → const int
TYPE_SBYTE → const int
TYPE_SHORT → const int
TYPE_SLONG → const int
TYPE_SRATIONAL → const int
TYPE_SSHORT → const int
TYPE_UNDEFINED → const int