BufferReader class
Buffer Reader
Constructors
- BufferReader(Buffer buffer)
-
Creates a view over
bufferthat maintains its offset position while reading data from the buffer. -
BufferReader.fromList(Iterable<
int> bytes) -
Creates a BufferReader from a list of
bytes. - BufferReader.fromUint8List(Uint8List bytes)
- Creates a BufferReader from a Uint8List
Properties
Methods
-
get(
[int? length]) → Buffer -
Creates a new Buffer from a region of buffer and advances the internal offset by
length. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited