Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
zlib
Dynamic module zlib
Index
Variables
Z_ASCII
Z_BEST_COMPRESSION
Z_BEST_SPEED
Z_BINARY
Z_BLOCK
Z_BUF_ERROR
Z_DATA_ERROR
Z_DEFAULT_COMPRESSION
Z_DEFAULT_STRATEGY
Z_DEFLATED
Z_ERRNO
Z_FILTERED
Z_FINISH
Z_FIXED
Z_FULL_FLUSH
Z_HUFFMAN_ONLY
Z_MEM_ERROR
Z_NEED_DICT
Z_NO_COMPRESSION
Z_NO_FLUSH
Z_NULL
Z_OK
Z_PARTIAL_FLUSH
Z_RLE
Z_STREAM_END
Z_STREAM_ERROR
Z_SYNC_FLUSH
Z_TEXT
Z_TREES
Z_UNKNOWN
Z_VERSION_ERROR
Interfaces
ZlibOptions
Classes
Deflate
DeflateRaw
Gunzip
Gzip
Inflate
InflateRaw
Unzip
Functions
createDeflate
createDeflateRaw
createGunzip
createGzip
createInflate
createInflateRaw
createUnzip
deflate
deflateRaw
gunzip
gzip
inflate
inflateRaw
unzip
Variables
Z_ASCII
:
number
Z_BEST_COMPRESSION
:
number
Z_BEST_SPEED
:
number
Z_BINARY
:
number
Z_BLOCK
:
number
Z_BUF_ERROR
:
number
Z_DATA_ERROR
:
number
Z_DEFAULT_COMPRESSION
:
number
Z_DEFAULT_STRATEGY
:
number
Z_DEFLATED
:
number
Z_ERRNO
:
number
Z_FILTERED
:
number
Z_FINISH
:
number
Z_FIXED
:
number
Z_FULL_FLUSH
:
number
Z_HUFFMAN_ONLY
:
number
Z_MEM_ERROR
:
number
Z_NEED_DICT
:
number
Z_NO_COMPRESSION
:
number
Z_NO_FLUSH
:
number
Z_NULL
:
number
Z_OK
:
number
Z_PARTIAL_FLUSH
:
number
Z_RLE
:
number
Z_STREAM_END
:
number
Z_STREAM_ERROR
:
number
Z_SYNC_FLUSH
:
number
Z_TEXT
:
number
Z_TREES
:
number
Z_UNKNOWN
:
number
Z_VERSION_ERROR
:
number
Functions
createDeflate
(
options
?:
ZlibOptions
)
:
Deflate
Parameters
options?:
ZlibOptions
optional
Returns
Deflate
createDeflateRaw
(
options
?:
ZlibOptions
)
:
DeflateRaw
Parameters
options?:
ZlibOptions
optional
Returns
DeflateRaw
createGunzip
(
options
?:
ZlibOptions
)
:
Gunzip
Parameters
options?:
ZlibOptions
optional
Returns
Gunzip
createGzip
(
options
?:
ZlibOptions
)
:
Gzip
Parameters
options?:
ZlibOptions
optional
Returns
Gzip
createInflate
(
options
?:
ZlibOptions
)
:
Inflate
Parameters
options?:
ZlibOptions
optional
Returns
Inflate
createInflateRaw
(
options
?:
ZlibOptions
)
:
InflateRaw
Parameters
options?:
ZlibOptions
optional
Returns
InflateRaw
createUnzip
(
options
?:
ZlibOptions
)
:
Unzip
Parameters
options?:
ZlibOptions
optional
Returns
Unzip
deflate
(
buf
:
Buffer
, callback
:
(error: Error, result: any) => void
)
Parameters
buf:
Buffer
callback:
(error: Error, result: any) => void
deflateRaw
(
buf
:
Buffer
, callback
:
(error: Error, result: any) => void
)
Parameters
buf:
Buffer
callback:
(error: Error, result: any) => void
gunzip
(
buf
:
Buffer
, callback
:
(error: Error, result: any) => void
)
Parameters
buf:
Buffer
callback:
(error: Error, result: any) => void
gzip
(
buf
:
Buffer
, callback
:
(error: Error, result: any) => void
)
Parameters
buf:
Buffer
callback:
(error: Error, result: any) => void
inflate
(
buf
:
Buffer
, callback
:
(error: Error, result: any) => void
)
Parameters
buf:
Buffer
callback:
(error: Error, result: any) => void
inflateRaw
(
buf
:
Buffer
, callback
:
(error: Error, result: any) => void
)
Parameters
buf:
Buffer
callback:
(error: Error, result: any) => void
unzip
(
buf
:
Buffer
, callback
:
(error: Error, result: any) => void
)
Parameters
buf:
Buffer
callback:
(error: Error, result: any) => void
Globals
NodeJS
assert
buffer
child_process
cluster
crypto
dgram
dns
domain
events
fs
grunt
grunt
grunt.config
grunt.event
grunt.fail
grunt.file
grunt.log
grunt.option
grunt.task
grunt.template
grunt.util
http
https
minimatch
net
node
os
path
punycode
querystring
readline
repl
stream
string_decoder
tls
tty
url
util
vm
zlib
Z_ASCII
Z_BEST_COMPRESSION
Z_BEST_SPEED
Z_BINARY
Z_BLOCK
Z_BUF_ERROR
Z_DATA_ERROR
Z_DEFAULT_COMPRESSION
Z_DEFAULT_STRATEGY
Z_DEFLATED
Z_ERRNO
Z_FILTERED
Z_FINISH
Z_FIXED
Z_FULL_FLUSH
Z_HUFFMAN_ONLY
Z_MEM_ERROR
Z_NEED_DICT
Z_NO_COMPRESSION
Z_NO_FLUSH
Z_NULL
Z_OK
Z_PARTIAL_FLUSH
Z_RLE
Z_STREAM_END
Z_STREAM_ERROR
Z_SYNC_FLUSH
Z_TEXT
Z_TREES
Z_UNKNOWN
Z_VERSION_ERROR
ZlibOptions
Deflate
DeflateRaw
Gunzip
Gzip
Inflate
InflateRaw
Unzip
createDeflate
createDeflateRaw
createGunzip
createGzip
createInflate
createInflateRaw
createUnzip
deflate
deflateRaw
gunzip
gzip
inflate
inflateRaw
unzip