ProgramReader class

Inheritance

Constructors

ProgramReader(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

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