@haxall/haxall
Preparing search index...
node
zlib
Zlib
Interface Zlib
interface
Zlib
{
bytesRead
:
number
;
bytesWritten
:
number
;
shell
?:
string
|
boolean
;
close
(
callback
?:
()
=>
void
)
:
void
;
flush
(
kind
?:
number
,
callback
?:
()
=>
void
)
:
void
;
flush
(
callback
?:
()
=>
void
)
:
void
;
}
Hierarchy (
View Summary
)
Zlib
BrotliCompress
BrotliDecompress
Gzip
Gunzip
Deflate
Inflate
DeflateRaw
InflateRaw
Unzip
ZstdCompress
ZstdDecompress
Index
Properties
bytes
Read
bytes
Written
shell?
Methods
close
flush
Properties
Readonly
bytes
Read
bytesRead
:
number
Deprecated
Use bytesWritten instead.
Readonly
bytes
Written
bytesWritten
:
number
Optional
shell
shell
?:
string
|
boolean
Methods
close
close
(
callback
?:
()
=>
void
)
:
void
Parameters
Optional
callback
:
()
=>
void
Returns
void
flush
flush
(
kind
?:
number
,
callback
?:
()
=>
void
)
:
void
Parameters
Optional
kind
:
number
Optional
callback
:
()
=>
void
Returns
void
flush
(
callback
?:
()
=>
void
)
:
void
Parameters
Optional
callback
:
()
=>
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bytes
Read
bytes
Written
shell
Methods
close
flush
@haxall/haxall
Loading...
Deprecated
Use bytesWritten instead.