void writeUint64(int value, [Endian? endian]) { _init(8); _data.setUint64(_offset, value, endian ?? this.endian); _offset += 8; }