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