ontology_dart_sdk
common
BufferReader
advance method
advance
BufferReader class
Constructors
BufferReader
fromBytes
Properties
buf
isEnd
ofst
hashCode
runtimeType
Methods
advance
branch
forward
readUint8
readUint16LE
readUint32LE
readUint64LE
noSuchMethod
toString
Operators
operator ==
advance method
dynamic
advance
(
int
cnt
)
Implementation
advance(int cnt) { ofst += cnt; }