ffi_helper
ffi_helper
ArrayView
<
T extends NativeType
>
ArrayView constructor
ArrayView
ffi_helper
ffi_helper
ArrayView
<
T extends NativeType
>
ArrayView constructor
ArrayView class
Constructors
ArrayView
fromPtr
Properties
hashCode
length
ptr
runtimeType
Methods
delete
noSuchMethod
toString
Operators
operator ==
ArrayView<
T extends NativeType
>
constructor
ArrayView<
T extends NativeType
>
(
int
length
,
[
Pointer
<
T
>
allocate
(
{
int
count
}
)]
)
Implementation
ArrayView(int length, [Allocator allocate]) : super(length, allocate);