BufferReader class

Implementers

Constructors

BufferReader(Buffer buf, { int ofst: 0 })
BufferReader.fromBytes({@required Uint8List bytes, int ofst: 0 })

Properties

buf Buffer
read / write
isEnd → bool
read-only
ofst ↔ int
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

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