Flutter
archive_io
MemPtr
length property
length
length
property
Null safety
int
length
The number of bytes remaining in the buffer.
Implementation
int get length => _length - offset;
Flutter
archive_io
MemPtr
length 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 []=