menu
bitstream package
documentation
bitstream
BitStream
getStream method
getStream
brightness_4
getStream
method
Null safety
Uint8List
getStream
(
)
Gets the current stream
Implementation
Uint8List getStream() { return Uint8List.fromList(_stream); }
bitstream package
documentation
bitstream
BitStream
getStream 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 ==