ByteDataExtensions extension

on

Properties

uint8list Uint8List
Creates a Uint8List from the bytes in this ByteData.
no setter

Methods

getBytes(int offset, int length) Uint8List
Creates a Uint8List from a subset of the bytes in this ByteData. offset represents the start index and length the amount of bytes to copy.