ScriptReader class
- Inheritance
- Object
- BufferReader
- ScriptReader
- Implementers
Constructors
- ScriptReader(Buffer buf, { int ofst: 0 })
Properties
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