ByteDataExtension extension

on

Methods

convertToUint16List(int length, [Endian endian = Endian.big]) Uint16List
Copies this ByteData buffer to an Uint16List of length.
convertToUint32List(int length, [Endian endian = Endian.big]) Uint32List
Copies this ByteData buffer to an Uint32List of length.
convertToUint64List(int length, [Endian endian = Endian.big]) Uint64List
Copies this ByteData buffer to an Uint64List of length.
convertToUint8List(int length) Uint8List
Copies this ByteData buffer to an Uint64List of length.