Flutter
archive_io
MemPtr
isEOS property
isEOS
isEOS
property
Null safety
bool
isEOS
Are we at the end of the buffer?
Implementation
bool get isEOS => offset >= _length;
Flutter
archive_io
MemPtr
isEOS property
MemPtr class
Constructors
MemPtr
from
Properties
buffer
byteOrder
hashCode
isEOS
length
offset
runtimeType
Methods
memcpy
memset
noSuchMethod
readByte
readBytes
readString
readUint16
readUint24
readUint32
toString
toUint32List
toUint8List
Operators
operator ==
operator []
operator []=