Uint64ListDataExtension extension

Data extension for Uint64List.

on

Methods

asByteData() ByteData
Returns a ByteData of this buffer with the respective offset and length.
convertToUint16List([Endian endian = Endian.big]) Uint16List
Converts this instance to an Uint16List.
convertToUint32List([Endian endian = Endian.big]) Uint32List
Converts this instance to an Uint32List.
convertToUint8List([Endian endian = Endian.big]) Uint8List
Converts this instance to an Uint8List with elements in endianness.
convertToUint8ListHostEndian() Uint8List
Converts this instance to an Uint8List with elements in endianness of Endian.host (current buffer endianness).
convertToUint8ListReversedEndian() Uint8List
Converts this instance to an Uint8List with elements in reversed endianness.
copy() Uint64List
Returns a copy of this instance.
copyAsUnmodifiable() Uint64List
Returns an unmodifiable copy of this instance.
reversedList() Uint64List
Returns a copy of this instance as a reversed Uint64List.
toBits64([String separator = ' ']) String
Coverts this Uint32List elements to a sequence of String of 32 bits.
toHex64([String separator = ' ']) String
Coverts this Uint32List elements to a sequence of String of 32 bits HEX.