ffi_util library
Functions
-
allocate<
T extends NativeType> (int byteCount) → Pointer< T> -
decodeObject(
Pointer< Uint8> buffer, int length) → Object? -
encodeObject(
Object? object) → Pair< Pointer< ?Uint8> , int> -
free(
Pointer< NativeType> pointer) → void -
loadLibrary(
String name, {String? path, bool isStatic = false}) → DynamicLibrary