void writeUint16(int value, [Endian? endian]) { _init(2); _data.setUint16(_offset, value, endian ?? this.endian); _offset += 2; }