PointerBuffer<T extends NativeType> class Null safety

Constructors

PointerBuffer(Pointer<Void> ptr, Pointer<Int32> _elementSizePointer, Pointer<Int32> _sizePointer, Pointer<Pointer<T>> _dataPointer)
PointerBuffer.empty(int elementSize)
PointerBuffer.fromPointer(Pointer<NativeType> sourcePtr)
PointerBuffer.fromSize(int elementSize, int length)

Properties

elementSize int
read-only
hashCode int
The hash code for this object.
read-only, inherited
length int
read-only
ptr Pointer<Void>
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

dataPtr<U extends NativeType>() Pointer<U>
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
setSize(int newLength) → void
toString() String
A string representation of this object.
inherited

Operators

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