menu
bitstream package
documentation
bitstream
BitStream
getLength method
getLength
brightness_4
getLength
method
Null safety
int
getLength
(
)
Gets the current length of the stream in bits
Implementation
int getLength() { return _bitLength; }
bitstream package
documentation
bitstream
BitStream
getLength 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 ==