object zlibMod
- Source
- zlibMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- zlibMod
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait BrotliCompress_ extends Object with StObject with Zlib
- Annotations
- @JSType() @native()
- trait BrotliDecompress_ extends Object with StObject with Zlib
- Annotations
- @JSType() @native()
- trait BrotliOptions extends Object with StObject
- Annotations
- @JSType() @native()
- type CompressCallback = Function2[|[Error, Null], Buffer, Unit]
- trait DeflateRaw_ extends Object with StObject with Zlib with ZlibReset with ZlibParams
- Annotations
- @JSType() @native()
- trait Deflate_ extends Object with StObject with Zlib with ZlibReset with ZlibParams
- Annotations
- @JSType() @native()
- trait Gunzip_ extends Object with StObject with Zlib
- Annotations
- @JSType() @native()
- trait Gzip_ extends Object with StObject with Zlib
- Annotations
- @JSType() @native()
- trait InflateRaw_ extends Object with StObject with Zlib with ZlibReset
- Annotations
- @JSType() @native()
- trait Inflate_ extends Object with StObject with Zlib with ZlibReset
- Annotations
- @JSType() @native()
- type InputType = |[|[java.lang.String, ArrayBuffer], ArrayBufferView]
- trait Unzip_ extends Object with StObject with Zlib
- Annotations
- @JSType() @native()
- trait Zlib extends Object with StObject
- Annotations
- @JSType() @native()
- trait ZlibOptions extends Object with StObject
- Annotations
- @JSType() @native()
- trait ZlibParams extends Object with StObject
- Annotations
- @JSType() @native()
- trait ZlibReset extends Object with StObject
- Annotations
- @JSType() @native()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ^: Any
- Annotations
- @JSImport("zlib", JSImport.Namespace) @native()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def brotliCompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): Unit
- Annotations
- @inline()
- def brotliCompress(buf: InputType, callback: CompressCallback): Unit
- Annotations
- @inline()
- def brotliCompressSync(buf: InputType, options: BrotliOptions): Buffer
- Annotations
- @inline()
- def brotliCompressSync(buf: InputType): Buffer
- Annotations
- @inline()
- def brotliDecompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): Unit
- Annotations
- @inline()
- def brotliDecompress(buf: InputType, callback: CompressCallback): Unit
- Annotations
- @inline()
- def brotliDecompressSync(buf: InputType, options: BrotliOptions): Buffer
- Annotations
- @inline()
- def brotliDecompressSync(buf: InputType): Buffer
- Annotations
- @inline()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def createBrotliCompress(options: BrotliOptions): BrotliCompress_
- Annotations
- @inline()
- def createBrotliCompress(): BrotliCompress_
- Annotations
- @inline()
- def createBrotliDecompress(options: BrotliOptions): BrotliDecompress_
- Annotations
- @inline()
- def createBrotliDecompress(): BrotliDecompress_
- Annotations
- @inline()
- def createDeflate(options: ZlibOptions): Deflate_
- Annotations
- @inline()
- def createDeflate(): Deflate_
- Annotations
- @inline()
- def createDeflateRaw(options: ZlibOptions): DeflateRaw_
- Annotations
- @inline()
- def createDeflateRaw(): DeflateRaw_
- Annotations
- @inline()
- def createGunzip(options: ZlibOptions): Gunzip_
- Annotations
- @inline()
- def createGunzip(): Gunzip_
- Annotations
- @inline()
- def createGzip(options: ZlibOptions): Gzip_
- Annotations
- @inline()
- def createGzip(): Gzip_
- Annotations
- @inline()
- def createInflate(options: ZlibOptions): Inflate_
- Annotations
- @inline()
- def createInflate(): Inflate_
- Annotations
- @inline()
- def createInflateRaw(options: ZlibOptions): InflateRaw_
- Annotations
- @inline()
- def createInflateRaw(): InflateRaw_
- Annotations
- @inline()
- def createUnzip(options: ZlibOptions): Unzip_
- Annotations
- @inline()
- def createUnzip(): Unzip_
- Annotations
- @inline()
- def deflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): Unit
- Annotations
- @inline()
- def deflate(buf: InputType, callback: CompressCallback): Unit
- Annotations
- @inline()
- def deflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): Unit
- Annotations
- @inline()
- def deflateRaw(buf: InputType, callback: CompressCallback): Unit
- Annotations
- @inline()
- def deflateRawSync(buf: InputType, options: ZlibOptions): Buffer
- Annotations
- @inline()
- def deflateRawSync(buf: InputType): Buffer
- Annotations
- @inline()
- def deflateSync(buf: InputType, options: ZlibOptions): Buffer
- Annotations
- @inline()
- def deflateSync(buf: InputType): Buffer
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def gunzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): Unit
- Annotations
- @inline()
- def gunzip(buf: InputType, callback: CompressCallback): Unit
- Annotations
- @inline()
- def gunzipSync(buf: InputType, options: ZlibOptions): Buffer
- Annotations
- @inline()
- def gunzipSync(buf: InputType): Buffer
- Annotations
- @inline()
- def gzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): Unit
- Annotations
- @inline()
- def gzip(buf: InputType, callback: CompressCallback): Unit
- Annotations
- @inline()
- def gzipSync(buf: InputType, options: ZlibOptions): Buffer
- Annotations
- @inline()
- def gzipSync(buf: InputType): Buffer
- Annotations
- @inline()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def inflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): Unit
- Annotations
- @inline()
- def inflate(buf: InputType, callback: CompressCallback): Unit
- Annotations
- @inline()
- def inflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): Unit
- Annotations
- @inline()
- def inflateRaw(buf: InputType, callback: CompressCallback): Unit
- Annotations
- @inline()
- def inflateRawSync(buf: InputType, options: ZlibOptions): Buffer
- Annotations
- @inline()
- def inflateRawSync(buf: InputType): Buffer
- Annotations
- @inline()
- def inflateSync(buf: InputType, options: ZlibOptions): Buffer
- Annotations
- @inline()
- def inflateSync(buf: InputType): Buffer
- Annotations
- @inline()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def unzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): Unit
- Annotations
- @inline()
- def unzip(buf: InputType, callback: CompressCallback): Unit
- Annotations
- @inline()
- def unzipSync(buf: InputType, options: ZlibOptions): Buffer
- Annotations
- @inline()
- def unzipSync(buf: InputType): Buffer
- Annotations
- @inline()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object BrotliOptions
- object ZlibOptions
- object ZlibParams
- object ZlibReset
- object constants
Deprecated Value Members
- val Z_ASCII: Double
- Annotations
- @JSImport("zlib", "Z_ASCII") @native()
- Deprecated
- val Z_BEST_COMPRESSION: Double
- Annotations
- @JSImport("zlib", "Z_BEST_COMPRESSION") @native()
- Deprecated
Use
constants.Z_BEST_COMPRESSION
- val Z_BEST_SPEED: Double
- Annotations
- @JSImport("zlib", "Z_BEST_SPEED") @native()
- Deprecated
Use
constants.Z_BEST_SPEED
- val Z_BINARY: Double
- Annotations
- @JSImport("zlib", "Z_BINARY") @native()
- Deprecated
- val Z_BLOCK: Double
- Annotations
- @JSImport("zlib", "Z_BLOCK") @native()
- Deprecated
Use
constants.Z_BLOCK
- val Z_BUF_ERROR: Double
- Annotations
- @JSImport("zlib", "Z_BUF_ERROR") @native()
- Deprecated
Use
constants.Z_BUF_ERROR
- val Z_DATA_ERROR: Double
- Annotations
- @JSImport("zlib", "Z_DATA_ERROR") @native()
- Deprecated
Use
constants.Z_DATA_ERROR
- val Z_DEFAULT_COMPRESSION: Double
- Annotations
- @JSImport("zlib", "Z_DEFAULT_COMPRESSION") @native()
- Deprecated
Use
constants.Z_DEFAULT_COMPRESSION
- val Z_DEFAULT_STRATEGY: Double
- Annotations
- @JSImport("zlib", "Z_DEFAULT_STRATEGY") @native()
- Deprecated
Use
constants.Z_DEFAULT_STRATEGY
- val Z_DEFLATED: Double
- Annotations
- @JSImport("zlib", "Z_DEFLATED") @native()
- Deprecated
- val Z_ERRNO: Double
- Annotations
- @JSImport("zlib", "Z_ERRNO") @native()
- Deprecated
Use
constants.Z_ERRNO
- val Z_FILTERED: Double
- Annotations
- @JSImport("zlib", "Z_FILTERED") @native()
- Deprecated
Use
constants.Z_FILTERED
- val Z_FINISH: Double
- Annotations
- @JSImport("zlib", "Z_FINISH") @native()
- Deprecated
Use
constants.Z_FINISH
- val Z_FIXED: Double
- Annotations
- @JSImport("zlib", "Z_FIXED") @native()
- Deprecated
Use
constants.Z_FIXED
- val Z_FULL_FLUSH: Double
- Annotations
- @JSImport("zlib", "Z_FULL_FLUSH") @native()
- Deprecated
Use
constants.Z_FULL_FLUSH
- val Z_HUFFMAN_ONLY: Double
- Annotations
- @JSImport("zlib", "Z_HUFFMAN_ONLY") @native()
- Deprecated
Use
constants.Z_HUFFMAN_ONLY
- val Z_MEM_ERROR: Double
- Annotations
- @JSImport("zlib", "Z_MEM_ERROR") @native()
- Deprecated
Use
constants.Z_MEM_ERROR
- val Z_NEED_DICT: Double
- Annotations
- @JSImport("zlib", "Z_NEED_DICT") @native()
- Deprecated
Use
constants.Z_NEED_DICT
- val Z_NO_COMPRESSION: Double
- Annotations
- @JSImport("zlib", "Z_NO_COMPRESSION") @native()
- Deprecated
Use
constants.Z_NO_COMPRESSION
- val Z_NO_FLUSH: Double
- Annotations
- @JSImport("zlib", "Z_NO_FLUSH") @native()
- Deprecated
Use
constants.Z_NO_FLUSH
- val Z_OK: Double
- Annotations
- @JSImport("zlib", "Z_OK") @native()
- Deprecated
Use
constants.Z_OK
- val Z_PARTIAL_FLUSH: Double
- Annotations
- @JSImport("zlib", "Z_PARTIAL_FLUSH") @native()
- Deprecated
Use
constants.Z_PARTIAL_FLUSH
- val Z_RLE: Double
- Annotations
- @JSImport("zlib", "Z_RLE") @native()
- Deprecated
Use
constants.Z_RLE
- val Z_STREAM_END: Double
- Annotations
- @JSImport("zlib", "Z_STREAM_END") @native()
- Deprecated
Use
constants.Z_STREAM_END
- val Z_STREAM_ERROR: Double
- Annotations
- @JSImport("zlib", "Z_STREAM_ERROR") @native()
- Deprecated
Use
constants.Z_STREAM_ERROR
- val Z_SYNC_FLUSH: Double
- Annotations
- @JSImport("zlib", "Z_SYNC_FLUSH") @native()
- Deprecated
Use
constants.Z_SYNC_FLUSH
- val Z_TEXT: Double
- Annotations
- @JSImport("zlib", "Z_TEXT") @native()
- Deprecated
- val Z_TREES: Double
- Annotations
- @JSImport("zlib", "Z_TREES") @native()
- Deprecated
Use
constants.Z_TREES
- val Z_UNKNOWN: Double
- Annotations
- @JSImport("zlib", "Z_UNKNOWN") @native()
- Deprecated
- val Z_VERSION_ERROR: Double
- Annotations
- @JSImport("zlib", "Z_VERSION_ERROR") @native()
- Deprecated
Use
constants.Z_VERSION_ERROR
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated