Typed wrapper around a Zircon vmo object.
Implementers
Constructors
Properties
handle → Handle
read-only, inherited
hashCode → int
The hash code for this object.
read-only, inherited
isValid → bool
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
Methods
close() void
inherited
duplicate(int rights) Vmo
Duplicate this Vmo with the given rights.
getSize() GetSizeResult
map() Uint8List
Maps the Vmo into the process's root vmar, and returns it as a typed data array.
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
inherited
passHandle() Handle
inherited
read(int numBytes, [int vmoOffset = 0]) ReadResult
setSize(int size) int
toString() String
A string representation of this object.
inherited
write(ByteData data, [int vmoOffset = 0]) int
Operators
operator ==(Object other) bool
The equality operator.
inherited