image package
documentation
image
TiffBitReader
flushByte method
flushByte
image package
documentation
image
TiffBitReader
flushByte method
TiffBitReader class
Constructors
TiffBitReader
Properties
hashCode
input
runtimeType
Methods
flushByte
noSuchMethod
readBits
readByte
toString
Operators
operator ==
flushByte
method
Null safety
void
flushByte
(
)
Implementation
void flushByte() { _bitPos = 0; }