DufferPlatformExt extension

on

Methods

getInt64Duffer(int offset, Endian endian) int
Reads an int64 from the ByteData at offset using endian.
getInt64FN(int offset, Endian endian) → Int64
Reads an Int64 from the ByteData at offset using endian.
getUint64Duffer(int offset, Endian endian) int
Reads an uint64 from the ByteData at offset using endian.
setInt64Duffer(int offset, int value, Endian endian) → void
Writes an int64 to the ByteData at offset using endian.
setInt64FN(int offset, Int64 value, Endian endian) → void
Writes an Int64 to the ByteData at offset using endian.
setUint64Duffer(int offset, int value, Endian endian) → void
Writes an uint64 to the ByteData at offset using endian.