ffi_helper
ffi_helper
Arena
<
T extends NativeType
>
Arena.fromPtr constructor
Arena.fromPtr
ffi_helper
ffi_helper
Arena
<
T extends NativeType
>
Arena.fromPtr constructor
Arena class
Constructors
Arena
fromPtr
Properties
buffer
freeSpace
hashCode
length
runtimeType
Methods
delete
newArray
noSuchMethod
toString
Operators
operator ==
Arena<
T extends NativeType
>.fromPtr
constructor
Arena<
T extends NativeType
>.fromPtr
(
Pointer
<
T
>
buffer
,
int
length
,
GetView
<
T
>
_getView
)
Implementation
Arena.fromPtr(this.buffer, this.length, this._getView);