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