package zlib
zlib package object
- Alphabetic
- By Inheritance
- zlib
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type AllocationType = Integer
-
trait
CompressionAlgorithm
extends Object
Compression Algorithm
Compression Algorithm
- Annotations
- @RawJSType() @native()
- type CompressionFlush = Integer
- type CompressionFunction = Integer
- type CompressionLevel = Integer
-
class
CompressionOptions
extends Object
Compression Options
Compression Options
- Annotations
- @RawJSType() @ScalaJSDefined()
- type CompressionStrategy = Integer
- type DataType = Integer
-
trait
Deflate
extends Object with CompressionAlgorithm
Compress data using deflate.
Compress data using deflate.
- Annotations
- @RawJSType() @native()
- type DeflateCompressMethod = Integer
-
trait
DeflateRaw
extends Object with CompressionAlgorithm
Compress data using deflate, and do not append a zlib header.
Compress data using deflate, and do not append a zlib header.
- Annotations
- @RawJSType() @native()
-
trait
Gunzip
extends Object with CompressionAlgorithm
Decompress a gzip stream.
Decompress a gzip stream.
- Annotations
- @RawJSType() @native()
-
trait
Gzip
extends Object with CompressionAlgorithm
Compress data using gzip.
Compress data using gzip.
- Annotations
- @RawJSType() @native()
-
trait
Inflate
extends Object with CompressionAlgorithm
Decompress a deflate stream.
Decompress a deflate stream.
- Annotations
- @RawJSType() @native()
-
trait
InflateRaw
extends Object with CompressionAlgorithm
Decompress a raw deflate stream.
Decompress a raw deflate stream.
- Annotations
- @RawJSType() @native()
-
trait
Unzip
extends Object with CompressionAlgorithm
Decompress a raw deflate stream.
Decompress a raw deflate stream.
- Annotations
- @RawJSType() @native()
-
trait
Zlib
extends Object with IEventEmitter
This provides bindings to Gzip/Gunzip, Deflate/Inflate, and DeflateRaw/InflateRaw classes.
This provides bindings to Gzip/Gunzip, Deflate/Inflate, and DeflateRaw/InflateRaw classes. Each class takes the same options, and is a readable/writable Stream.
- Annotations
- @RawJSType() @native()
- Version
7.4.0
- See also
https://nodejs.org/docs/latest/api/zlib.html
-
implicit final
class
ZlibExtensions
extends AnyVal
Zlib Extensions