ontology_dart_sdk
neocore
ProgramReader
ProgramReader constructor
ProgramReader
ProgramReader class
Constructors
ProgramReader
Properties
buf
hashCode
isEnd
ofst
runtimeType
Methods
readInfo
readParams
readPubkey
advance
branch
forward
noSuchMethod
readBool
readBytes
readInt
readNullTerminated
readOpCode
readStruct
readUint8
readUint16LE
readUint32LE
readUint64LE
readVarBytes
readVarInt
toString
Operators
operator ==
ProgramReader constructor
ProgramReader
(
Buffer
buf
, {
int
ofst
:
0
})
Implementation
ProgramReader(Buffer buf, {int ofst = 0}) : super(buf, ofst: ofst);