int readInt([Endian endian = Endian.big]) { var oldOffset = _offset!; _offset = _offset! + 4; return view.getInt32(oldOffset, endian); }