ScriptReader class

Inheritance
Implementers

Constructors

ScriptReader(Buffer buf, { int ofst: 0 })

Properties

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

Methods

readBool() → bool
readBytes() → Uint8List
readInt() → BigInt
readNullTerminated() → Uint8List
readOpCode() → int
readStruct() Struct
readVarBytes() → Uint8List
readVarInt() → int
advance(int cnt) → dynamic
inherited
branch(int ofst) BufferReader
inherited
forward(int cnt) → Uint8List
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
readUint8() → int
inherited
readUint16LE() → int
inherited
readUint32LE() → int
inherited
readUint64LE() → int
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited