ProgramReader class
- Inheritance
- Object
- BufferReader
- ScriptReader
- ProgramReader
Constructors
- ProgramReader(Buffer buf, { int ofst: 0 })
Properties
Methods
-
readInfo(
) → ProgramInfo -
readParams(
) → List< Uint8List> -
readPubkey(
) → PublicKey -
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
-
readBool(
) → bool -
inherited
-
readBytes(
) → Uint8List -
inherited
-
readInt(
) → BigInt -
inherited
-
readNullTerminated(
) → Uint8List -
inherited
-
readOpCode(
) → int -
inherited
-
readStruct(
) → Struct -
inherited
-
readUint8(
) → int -
inherited
-
readUint16LE(
) → int -
inherited
-
readUint32LE(
) → int -
inherited
-
readUint64LE(
) → int -
inherited
-
readVarBytes(
) → Uint8List -
inherited
-
readVarInt(
) → int -
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited