menu
bitstream package
documentation
bitstream
BitStream
readBool method
readBool
brightness_4
readBool
method
Null safety
bool
readBool
(
)
Reads a bool from the stream
Implementation
bool readBool() { return read(bits: 1) == 1; }
bitstream package
documentation
bitstream
BitStream
readBool 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 ==