DartAwareChars extension
Helpers to convert a Pointer<Char> into a Uint8List.
Methods
-
free(
) → void -
Available on Pointer<
Releases all native memory.Char> , provided by the DartAwareChars extension -
toDartString(
{int? length}) → String -
Available on Pointer<
Converts the C memory representation of a string into a Dart String.Char> , provided by the DartAwareChars extension -
toUint8List(
int length) → Uint8List -
Available on Pointer<
Creates a Dart view on native memory, cast as unsigned, 8-bit integers. This method does not copy the data out of native memory.Char> , provided by the DartAwareChars extension