Lines Matching refs:_write
13605 this.document._write("".concat(this.id, " ").concat(this.gen, " obj"));
13606 this.document._write(PDFObject.convert(this.data, encryptFn));
13608 this.document._write('stream');
13609 this.document._write(this.buffer);
13612 this.document._write('\nendstream');
13614 this.document._write('endobj');
18896 _this._write("%PDF-".concat(_this.version)); // 4 binary chars, as recommended by the spec
18898 _this._write('%\xFF\xFF\xFF\xFF'); // Add the first page
19032 value: function _write(data) {
19106 this._write('xref');
19107 this._write("0 ".concat(this._offsets.length + 1));
19108 this._write('0000000000 65535 f ');
19115 this._write(offset + ' 00000 n ');
19131 this._write('trailer');
19132 this._write(PDFObject.convert(trailer));
19133 this._write('startxref');
19134 this._write("".concat(xRefOffset));
19135 this._write('%%EOF'); // end the stream
25266 return this._write(true, flush, input, in_off, in_len, out, out_off, out_len);
25270 return this._write(false, flush, input, in_off, in_len, out, out_off, out_len);
25273 Zlib.prototype._write = function (async, flush, input, in_off, in_len, out, out_off, out_len) {
50348 Transform.prototype._write = function (chunk, encoding, cb) {
50647 if (typeof options.write === 'function') this._write = options.write;
50810 …ite'));else if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, s…
50946 Writable.prototype._write = function (chunk, encoding, cb) {