TiffEntry class Null safety
Constructors
- TiffEntry(int tag, int type, int numValues, InputBuffer p)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isString → bool
-
read-only
- isValid → bool
-
read-only
- numValues ↔ int
-
read / write
- p ↔ InputBuffer
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- tag ↔ int
-
read / write
- type ↔ int
-
read / write
- typeSize → int
-
read-only
- valueOffset ↔ int?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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> -
[0, 1, 1, 2, 4, 8, 1, 1, 2, 4, 8, 4, 8, 0]
- TYPE_ASCII → const int
-
2
- TYPE_BYTE → const int
-
1
- TYPE_DOUBLE → const int
-
12
- TYPE_FLOAT → const int
-
11
- TYPE_LONG → const int
-
4
- TYPE_RATIONAL → const int
-
5
- TYPE_SBYTE → const int
-
6
- TYPE_SHORT → const int
-
3
- TYPE_SLONG → const int
-
9
- TYPE_SRATIONAL → const int
-
10
- TYPE_SSHORT → const int
-
8
- TYPE_UNDEFINED → const int
-
7