PointerBuffer<T extends NativeType> class
Null safety
Constructors
-
PointerBuffer(Pointer<
Void> ptr, Pointer<Int32> _elementSizePointer, Pointer<Int32> _sizePointer, Pointer<Pointer< _dataPointer)T> > - PointerBuffer.empty(int elementSize)
-
PointerBuffer.fromPointer(Pointer<
NativeType> sourcePtr) - PointerBuffer.fromSize(int elementSize, int length)
Properties
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