Packages

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
  2. trait CompressionAlgorithm extends Object

    Compression Algorithm

    Compression Algorithm

    Annotations
    @RawJSType() @native()
  3. type CompressionFlush = Integer
  4. type CompressionFunction = Integer
  5. type CompressionLevel = Integer
  6. class CompressionOptions extends Object

    Compression Options

    Compression Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  7. type CompressionStrategy = Integer
  8. type DataType = Integer
  9. trait Deflate extends Object with CompressionAlgorithm

    Compress data using deflate.

    Compress data using deflate.

    Annotations
    @RawJSType() @native()
  10. type DeflateCompressMethod = Integer
  11. 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()
  12. trait Gunzip extends Object with CompressionAlgorithm

    Decompress a gzip stream.

    Decompress a gzip stream.

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

    Compress data using gzip.

    Compress data using gzip.

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

    Decompress a deflate stream.

    Decompress a deflate stream.

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

    Decompress a raw deflate stream.

    Decompress a raw deflate stream.

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

    Decompress a raw deflate stream.

    Decompress a raw deflate stream.

    Annotations
    @RawJSType() @native()
  17. 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

  18. implicit final class ZlibExtensions extends AnyVal

    Zlib Extensions

Value Members

  1. object Zlib extends Object with Zlib

    Zlib Singleton

    Zlib Singleton

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

Inherited from AnyRef

Inherited from Any

Ungrouped