int readUnsignedShort([Endian endian = Endian.big]) { var oldOffset = _offset!; _offset = _offset! + 2; return view.getUint16(oldOffset, endian); }