TiffFaxDecoder class

Constructors

TiffFaxDecoder(int? fillOrder, int width, int height)

Properties

bitPointer int?
getter/setter pair
bytePointer int?
getter/setter pair
changingElemSize int
getter/setter pair
compression int
getter/setter pair
currChangingElems List<int?>?
getter/setter pair
data InputBuffer
getter/setter pair
fillBits int
getter/setter pair
fillOrder int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
getter/setter pair
lastChangingElement int
getter/setter pair
oneD int?
getter/setter pair
prevChangingElems List<int?>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uncompressedMode int
getter/setter pair
width int
getter/setter pair

Methods

decode1D(InputBuffer out, InputBuffer compData, int startX, int height) → void
decode2D(InputBuffer out, InputBuffer compData, int startX, int height, int tiffT4Options) → void
decodeT6(InputBuffer out, InputBuffer compData, int startX, int height, int tiffT6Options) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

ADDITIONAL_MAKEUP → const List<int>
BLACK → const List<int>
FLIP_TABLE → const List<int>
INIT_BLACK → const List<int>
TABLE1 → const List<int>
TABLE2 → const List<int>
TWO_BIT_BLACK → const List<int>
TWO_D_CODES → const List<int>
WHITE → const List<int>