SizedWord extension

on

Methods

toInt([Endian endian = Endian.little]) → int

Available on ByteData, provided by the SizedWord extension

trimLeading(int targetLength) → ByteData

Available on ByteData, provided by the SizedWord extension

trimTrailing(int targetLength) → ByteData

Available on ByteData, provided by the SizedWord extension

trimWord(int wordLength, Endian endian) → ByteData

Available on ByteData, provided by the SizedWord extension

valueAt(int byteOffset, int size, [Endian endian = Endian.little]) → int

Available on ByteData, provided by the SizedWord extension

Word value for intervals not of pow2, e.g. 3 bytes, 5 bytes