ontology_dart_sdk
common
BufferReader
isEnd property
isEnd
BufferReader class
Constructors
BufferReader
fromBytes
Properties
buf
isEnd
ofst
hashCode
runtimeType
Methods
advance
branch
forward
readUint8
readUint16LE
readUint32LE
readUint64LE
noSuchMethod
toString
Operators
operator ==
isEnd property
bool
isEnd
Implementation
bool get isEnd { assert(ofst <= buf._buf.lengthInBytes); return ofst == buf._buf.lengthInBytes; }