Package

org.scalajs.nodejs

zlib

Permalink

package zlib

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

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

    Permalink
  4. type CompressionFunction = Integer

    Permalink
  5. type CompressionLevel = Integer

    Permalink
  6. class CompressionOptions extends Object

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

    Permalink
  8. type DataType = Integer

    Permalink
  9. trait Deflate extends Object with CompressionAlgorithm

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

    Permalink
  11. trait DeflateRaw extends Object with CompressionAlgorithm

    Permalink
    Annotations
    @RawJSType() @native()
  12. trait Gunzip extends Object with CompressionAlgorithm

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

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

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

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

    Permalink
    Annotations
    @RawJSType() @native()
  17. trait Zlib extends Object with NodeModule with EventEmitter

    Permalink
    Annotations
    @RawJSType() @native()

Value Members

  1. object Zlib

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped