void writeUint32(int value, [Endian? endian]) { _init(4); _data.setUint32(_offset, value, endian ?? this.endian); _offset += 4; }