menu
bitstream package
documentation
bitstream
BitStream
resetCursor method
resetCursor
brightness_4
resetCursor
method
Null safety
void
resetCursor
(
)
Resets the cursor position
Implementation
void resetCursor() { _cursor = 0; }
bitstream package
documentation
bitstream
BitStream
resetCursor method
BitStream class
Constructors
BitStream
Properties
hashCode
runtimeType
Methods
checkBit
getCursor
getLength
getStream
noSuchMethod
output
read
readAsciiString
readBitStream
readBool
readBytes
readHexString
resetCursor
toString
write
writeAsciiString
writeBitStream
writeBool
writeBytes
writeHexString
Operators
operator ==