Int8ListX extension

Extensions on Int8List

on

Methods

toDartString({bool zeroTerminated = false}) String

Available on Int8List, provided by the Int8ListX extension

Converts this UTF8 encoded byte array to a dart String.
unsignedView() Uint8List

Available on Int8List, provided by the Int8ListX extension

Casts this signed byte array to an unsigned Uint8List.