BufferReader class
- Implementers
Constructors
- BufferReader(Buffer buf, { int ofst: 0 })
- BufferReader.fromBytes({@required Uint8List bytes, int ofst: 0 })
Properties
Methods
-
advance(
int cnt) → dynamic -
branch(
int ofst) → BufferReader -
forward(
int cnt) → Uint8List -
readUint8(
) → int -
readUint16LE(
) → int -
readUint32LE(
) → int -
readUint64LE(
) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited