MmapInner class abstract

Implementers

Constructors

MmapInner(int len, int file_descriptor, int prot, int flags, int offset)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
len int
no setter
ptr Pointer<Void>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asBytes() Uint8List
asFloat32List() Float32List
asFloat64List() Float64List
asInt16List() Int16List
asInt32List() Int32List
asInt64List() Int64List
asInt8List() Int8List
asUint16List() Uint16List
asUint32List() Uint32List
asUint64List() Uint64List
asUint8List() Uint8List
drop() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited