int readLong([Endian endian = Endian.big]) { var oldOffset = _offset; _offset += 8; return view.getInt64(oldOffset, endian); }