Packages

object nodeZlibMod

Source
nodeZlibMod.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. nodeZlibMod
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ^: Any
    Annotations
    @JSImport("node:zlib", JSImport.Namespace) @native()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def brotliCompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): Unit
    Annotations
    @inline()
  7. def brotliCompress(buf: InputType, callback: CompressCallback): Unit
    Annotations
    @inline()
  8. def brotliCompressSync(buf: InputType, options: BrotliOptions): Buffer
    Annotations
    @inline()
  9. def brotliCompressSync(buf: InputType): Buffer
    Annotations
    @inline()
  10. def brotliDecompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): Unit
    Annotations
    @inline()
  11. def brotliDecompress(buf: InputType, callback: CompressCallback): Unit
    Annotations
    @inline()
  12. def brotliDecompressSync(buf: InputType, options: BrotliOptions): Buffer
    Annotations
    @inline()
  13. def brotliDecompressSync(buf: InputType): Buffer
    Annotations
    @inline()
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  15. def createBrotliCompress(options: BrotliOptions): BrotliCompress_
    Annotations
    @inline()
  16. def createBrotliCompress(): BrotliCompress_
    Annotations
    @inline()
  17. def createBrotliDecompress(options: BrotliOptions): BrotliDecompress_
    Annotations
    @inline()
  18. def createBrotliDecompress(): BrotliDecompress_
    Annotations
    @inline()
  19. def createDeflate(options: ZlibOptions): Deflate_
    Annotations
    @inline()
  20. def createDeflate(): Deflate_
    Annotations
    @inline()
  21. def createDeflateRaw(options: ZlibOptions): DeflateRaw_
    Annotations
    @inline()
  22. def createDeflateRaw(): DeflateRaw_
    Annotations
    @inline()
  23. def createGunzip(options: ZlibOptions): Gunzip_
    Annotations
    @inline()
  24. def createGunzip(): Gunzip_
    Annotations
    @inline()
  25. def createGzip(options: ZlibOptions): Gzip_
    Annotations
    @inline()
  26. def createGzip(): Gzip_
    Annotations
    @inline()
  27. def createInflate(options: ZlibOptions): Inflate_
    Annotations
    @inline()
  28. def createInflate(): Inflate_
    Annotations
    @inline()
  29. def createInflateRaw(options: ZlibOptions): InflateRaw_
    Annotations
    @inline()
  30. def createInflateRaw(): InflateRaw_
    Annotations
    @inline()
  31. def createUnzip(options: ZlibOptions): Unzip_
    Annotations
    @inline()
  32. def createUnzip(): Unzip_
    Annotations
    @inline()
  33. def deflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): Unit
    Annotations
    @inline()
  34. def deflate(buf: InputType, callback: CompressCallback): Unit
    Annotations
    @inline()
  35. def deflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): Unit
    Annotations
    @inline()
  36. def deflateRaw(buf: InputType, callback: CompressCallback): Unit
    Annotations
    @inline()
  37. def deflateRawSync(buf: InputType, options: ZlibOptions): Buffer
    Annotations
    @inline()
  38. def deflateRawSync(buf: InputType): Buffer
    Annotations
    @inline()
  39. def deflateSync(buf: InputType, options: ZlibOptions): Buffer
    Annotations
    @inline()
  40. def deflateSync(buf: InputType): Buffer
    Annotations
    @inline()
  41. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  43. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  44. def gunzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): Unit
    Annotations
    @inline()
  45. def gunzip(buf: InputType, callback: CompressCallback): Unit
    Annotations
    @inline()
  46. def gunzipSync(buf: InputType, options: ZlibOptions): Buffer
    Annotations
    @inline()
  47. def gunzipSync(buf: InputType): Buffer
    Annotations
    @inline()
  48. def gzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): Unit
    Annotations
    @inline()
  49. def gzip(buf: InputType, callback: CompressCallback): Unit
    Annotations
    @inline()
  50. def gzipSync(buf: InputType, options: ZlibOptions): Buffer
    Annotations
    @inline()
  51. def gzipSync(buf: InputType): Buffer
    Annotations
    @inline()
  52. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  53. def inflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): Unit
    Annotations
    @inline()
  54. def inflate(buf: InputType, callback: CompressCallback): Unit
    Annotations
    @inline()
  55. def inflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): Unit
    Annotations
    @inline()
  56. def inflateRaw(buf: InputType, callback: CompressCallback): Unit
    Annotations
    @inline()
  57. def inflateRawSync(buf: InputType, options: ZlibOptions): Buffer
    Annotations
    @inline()
  58. def inflateRawSync(buf: InputType): Buffer
    Annotations
    @inline()
  59. def inflateSync(buf: InputType, options: ZlibOptions): Buffer
    Annotations
    @inline()
  60. def inflateSync(buf: InputType): Buffer
    Annotations
    @inline()
  61. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  62. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  63. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  64. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  65. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  66. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  67. def unzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): Unit
    Annotations
    @inline()
  68. def unzip(buf: InputType, callback: CompressCallback): Unit
    Annotations
    @inline()
  69. def unzipSync(buf: InputType, options: ZlibOptions): Buffer
    Annotations
    @inline()
  70. def unzipSync(buf: InputType): Buffer
    Annotations
    @inline()
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  73. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  74. object constants

Deprecated Value Members

  1. val Z_ASCII: Double

    Annotations
    @JSImport("node:zlib", "Z_ASCII") @native()
    Deprecated
  2. val Z_BEST_COMPRESSION: Double

    Annotations
    @JSImport("node:zlib", "Z_BEST_COMPRESSION") @native()
    Deprecated

    Use constants.Z_BEST_COMPRESSION

  3. val Z_BEST_SPEED: Double

    Annotations
    @JSImport("node:zlib", "Z_BEST_SPEED") @native()
    Deprecated

    Use constants.Z_BEST_SPEED

  4. val Z_BINARY: Double

    Annotations
    @JSImport("node:zlib", "Z_BINARY") @native()
    Deprecated
  5. val Z_BLOCK: Double

    Annotations
    @JSImport("node:zlib", "Z_BLOCK") @native()
    Deprecated

    Use constants.Z_BLOCK

  6. val Z_BUF_ERROR: Double

    Annotations
    @JSImport("node:zlib", "Z_BUF_ERROR") @native()
    Deprecated

    Use constants.Z_BUF_ERROR

  7. val Z_DATA_ERROR: Double

    Annotations
    @JSImport("node:zlib", "Z_DATA_ERROR") @native()
    Deprecated

    Use constants.Z_DATA_ERROR

  8. val Z_DEFAULT_COMPRESSION: Double

    Annotations
    @JSImport("node:zlib", "Z_DEFAULT_COMPRESSION") @native()
    Deprecated

    Use constants.Z_DEFAULT_COMPRESSION

  9. val Z_DEFAULT_STRATEGY: Double

    Annotations
    @JSImport("node:zlib", "Z_DEFAULT_STRATEGY") @native()
    Deprecated

    Use constants.Z_DEFAULT_STRATEGY

  10. val Z_DEFLATED: Double

    Annotations
    @JSImport("node:zlib", "Z_DEFLATED") @native()
    Deprecated
  11. val Z_ERRNO: Double

    Annotations
    @JSImport("node:zlib", "Z_ERRNO") @native()
    Deprecated

    Use constants.Z_ERRNO

  12. val Z_FILTERED: Double

    Annotations
    @JSImport("node:zlib", "Z_FILTERED") @native()
    Deprecated

    Use constants.Z_FILTERED

  13. val Z_FINISH: Double

    Annotations
    @JSImport("node:zlib", "Z_FINISH") @native()
    Deprecated

    Use constants.Z_FINISH

  14. val Z_FIXED: Double

    Annotations
    @JSImport("node:zlib", "Z_FIXED") @native()
    Deprecated

    Use constants.Z_FIXED

  15. val Z_FULL_FLUSH: Double

    Annotations
    @JSImport("node:zlib", "Z_FULL_FLUSH") @native()
    Deprecated

    Use constants.Z_FULL_FLUSH

  16. val Z_HUFFMAN_ONLY: Double

    Annotations
    @JSImport("node:zlib", "Z_HUFFMAN_ONLY") @native()
    Deprecated

    Use constants.Z_HUFFMAN_ONLY

  17. val Z_MEM_ERROR: Double

    Annotations
    @JSImport("node:zlib", "Z_MEM_ERROR") @native()
    Deprecated

    Use constants.Z_MEM_ERROR

  18. val Z_NEED_DICT: Double

    Annotations
    @JSImport("node:zlib", "Z_NEED_DICT") @native()
    Deprecated

    Use constants.Z_NEED_DICT

  19. val Z_NO_COMPRESSION: Double

    Annotations
    @JSImport("node:zlib", "Z_NO_COMPRESSION") @native()
    Deprecated

    Use constants.Z_NO_COMPRESSION

  20. val Z_NO_FLUSH: Double

    Annotations
    @JSImport("node:zlib", "Z_NO_FLUSH") @native()
    Deprecated

    Use constants.Z_NO_FLUSH

  21. val Z_OK: Double

    Annotations
    @JSImport("node:zlib", "Z_OK") @native()
    Deprecated

    Use constants.Z_OK

  22. val Z_PARTIAL_FLUSH: Double

    Annotations
    @JSImport("node:zlib", "Z_PARTIAL_FLUSH") @native()
    Deprecated

    Use constants.Z_PARTIAL_FLUSH

  23. val Z_RLE: Double

    Annotations
    @JSImport("node:zlib", "Z_RLE") @native()
    Deprecated

    Use constants.Z_RLE

  24. val Z_STREAM_END: Double

    Annotations
    @JSImport("node:zlib", "Z_STREAM_END") @native()
    Deprecated

    Use constants.Z_STREAM_END

  25. val Z_STREAM_ERROR: Double

    Annotations
    @JSImport("node:zlib", "Z_STREAM_ERROR") @native()
    Deprecated

    Use constants.Z_STREAM_ERROR

  26. val Z_SYNC_FLUSH: Double

    Annotations
    @JSImport("node:zlib", "Z_SYNC_FLUSH") @native()
    Deprecated

    Use constants.Z_SYNC_FLUSH

  27. val Z_TEXT: Double

    Annotations
    @JSImport("node:zlib", "Z_TEXT") @native()
    Deprecated
  28. val Z_TREES: Double

    Annotations
    @JSImport("node:zlib", "Z_TREES") @native()
    Deprecated

    Use constants.Z_TREES

  29. val Z_UNKNOWN: Double

    Annotations
    @JSImport("node:zlib", "Z_UNKNOWN") @native()
    Deprecated
  30. val Z_VERSION_ERROR: Double

    Annotations
    @JSImport("node:zlib", "Z_VERSION_ERROR") @native()
    Deprecated

    Use constants.Z_VERSION_ERROR

  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped