Packages

t

io.scalajs.nodejs.zlib

ZlibConstants

trait ZlibConstants extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZlibConstants
  2. Object
  3. Any
  4. AnyRef
  5. 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 Z_ASCII: DataType
  5. val Z_BEST_COMPRESSION: CompressionLevel
  6. val Z_BEST_SPEED: CompressionLevel
  7. val Z_BINARY: DataType
  8. val Z_BLOCK: CompressionFlush
  9. val Z_BUF_ERROR: CompressionFunction
  10. val Z_DATA_ERROR: CompressionFunction
  11. val Z_DEFAULT_CHUNK: Int
  12. val Z_DEFAULT_COMPRESSION: CompressionLevel
  13. val Z_DEFAULT_LEVEL: Int
  14. val Z_DEFAULT_MEMLEVEL: Int
  15. val Z_DEFAULT_STRATEGY: CompressionStrategy
  16. val Z_DEFAULT_WINDOWBITS: Int
  17. val Z_DEFLATED: DeflateCompressMethod
  18. val Z_ERRNO: CompressionFunction
  19. val Z_FILTERED: CompressionStrategy
  20. val Z_FINISH: CompressionFlush
  21. val Z_FIXED: CompressionStrategy
  22. val Z_FULL_FLUSH: CompressionFlush
  23. val Z_HUFFMAN_ONLY: CompressionStrategy
  24. val Z_MAX_CHUNK: Double
  25. val Z_MAX_LEVEL: Int
  26. val Z_MAX_MEMLEVEL: Int
  27. val Z_MAX_WINDOWBITS: Int
  28. val Z_MEM_ERROR: CompressionFunction
  29. val Z_MIN_CHUNK: Int
  30. val Z_MIN_LEVEL: Int
  31. val Z_MIN_MEMLEVEL: Int
  32. val Z_MIN_WINDOWBITS: Int
  33. val Z_NEED_DICT: CompressionFunction
  34. val Z_NO_COMPRESSION: CompressionLevel
  35. val Z_NO_FLUSH: CompressionFlush
  36. val Z_NULL: AllocationType
  37. val Z_OK: CompressionFunction
  38. val Z_PARTIAL_FLUSH: CompressionFlush
  39. val Z_RLE: CompressionStrategy
  40. val Z_STREAM_END: CompressionFunction
  41. val Z_STREAM_ERROR: CompressionFunction
  42. val Z_SYNC_FLUSH: CompressionFlush
  43. val Z_TEXT: DataType
  44. val Z_TREES: CompressionFlush
  45. val Z_UNKNOWN: DataType
  46. val Z_VERSION_ERROR: CompressionFunction
  47. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  48. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  49. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  51. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  52. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  53. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  55. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  58. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  59. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  60. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  61. def toLocaleString(): String
    Definition Classes
    Object
  62. def toString(): String
    Definition Classes
    AnyRef → Any
  63. def valueOf(): Any
    Definition Classes
    Object
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped