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