Package

io.scalajs.nodejs

zlib

Permalink

package zlib

zlib package object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. zlib
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AllocationType = Integer

    Permalink
  2. trait CompressionAlgorithm extends Object with Readable with Writable

    Permalink

    Compression Algorithm

    Compression Algorithm

    Annotations
    @RawJSType() @native()
  3. type CompressionFlush = Integer

    Permalink
  4. type CompressionFunction = Integer

    Permalink
  5. type CompressionLevel = Integer

    Permalink
  6. class CompressionOptions extends Object

    Permalink

    Compression Options

    Compression Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  7. type CompressionStrategy = Integer

    Permalink
  8. type DataType = Integer

    Permalink
  9. trait Deflate extends Object with CompressionAlgorithm

    Permalink

    Compress data using deflate.

    Compress data using deflate.

    Annotations
    @RawJSType() @native()
  10. type DeflateCompressMethod = Integer

    Permalink
  11. trait DeflateRaw extends Object with CompressionAlgorithm

    Permalink

    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()
  12. trait Gunzip extends Object with CompressionAlgorithm

    Permalink

    Decompress a gzip stream.

    Decompress a gzip stream.

    Annotations
    @RawJSType() @native()
  13. trait Gzip extends Object with CompressionAlgorithm

    Permalink

    Compress data using gzip.

    Compress data using gzip.

    Annotations
    @RawJSType() @native()
  14. trait Inflate extends Object with CompressionAlgorithm with Readable

    Permalink

    Decompress a deflate stream.

    Decompress a deflate stream.

    Annotations
    @RawJSType() @native()
  15. trait InflateRaw extends Object with CompressionAlgorithm

    Permalink

    Decompress a raw deflate stream.

    Decompress a raw deflate stream.

    Annotations
    @RawJSType() @native()
  16. trait Unzip extends Object with CompressionAlgorithm

    Permalink

    Decompress a raw deflate stream.

    Decompress a raw deflate stream.

    Annotations
    @RawJSType() @native()
  17. trait Zlib extends Object with IEventEmitter

    Permalink

    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()
    See also

    https://nodejs.org/docs/latest/api/zlib.html

  18. implicit final class ZlibExtensions extends AnyVal

    Permalink

    Zlib Extensions

Value Members

  1. object Zlib extends Object with Zlib

    Permalink

    Zlib Singleton

    Zlib Singleton

    Annotations
    @native() @JSImport( "zlib" , JSImport.Namespace )

Inherited from AnyRef

Inherited from Any

Ungrouped