PHP 8.2.30
Preview: zstream.js Size: 851 B
/home/byroehnu/easepay.easetack.com/node_modules/pako/lib/zlib/zstream.js

'use strict';


function ZStream() {
  /* next input byte */
  this.input = null; // JS specific, because we have no pointers
  this.next_in = 0;
  /* number of bytes available at input */
  this.avail_in = 0;
  /* total number of input bytes read so far */
  this.total_in = 0;
  /* next output byte should be put there */
  this.output = null; // JS specific, because we have no pointers
  this.next_out = 0;
  /* remaining free space at output */
  this.avail_out = 0;
  /* total number of bytes output so far */
  this.total_out = 0;
  /* last error message, NULL if no error */
  this.msg = ''/*Z_NULL*/;
  /* not visible by applications */
  this.state = null;
  /* best guess about the data type: binary or text */
  this.data_type = 2/*Z_UNKNOWN*/;
  /* adler32 value of the uncompressed data */
  this.adler = 0;
}

module.exports = ZStream;

Directory Contents

Dirs: 0 × Files: 12

Name Size Perms Modified Actions
127 B lr--r--r-- 2026-03-14 01:49:08
Edit Download
694 B lrw-r--r-- 2026-02-14 19:19:12
Edit Download
1.32 KB lrw-r--r-- 2026-02-14 19:19:14
Edit Download
790 B lrw-r--r-- 2026-02-14 19:19:12
Edit Download
58.82 KB lrw-r--r-- 2026-02-14 19:19:12
Edit Download
1.25 KB lrw-r--r-- 2026-02-14 19:19:14
Edit Download
11.43 KB lrw-r--r-- 2026-02-14 19:19:14
Edit Download
46.25 KB lrw-r--r-- 2026-02-14 19:19:14
Edit Download
11.29 KB lrw-r--r-- 2026-02-14 19:19:14
Edit Download
577 B lrw-r--r-- 2026-02-14 19:19:14
Edit Download
37.97 KB lrw-r--r-- 2026-02-14 19:19:14
Edit Download
851 B lrw-r--r-- 2026-02-14 19:19:14
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).