Packages

trait zlib extends AnyRef

Annotations
@define("__SCALANATIVE_JAVALIB_Z") @extern()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. zlib
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Bytef = Byte
  2. type alloc_func = CFuncPtr3[voidpf, uInt, uInt, voidpf]
  3. type free_func = CFuncPtr2[voidpf, voidpf, Unit]
  4. type gzFile = Ptr[_]
  5. type gz_headerp = Ptr[gz_header[AnyVal, AnyVal]]
  6. type in_func = CFuncPtr2[Ptr[Byte], Ptr[Ptr[CUnsignedChar]], CUnsignedInt]
  7. type out_func = CFuncPtr3[Ptr[Byte], Ptr[CUnsignedChar], CUnsignedInt, CInt]
  8. type uInt = UInt
  9. type uLong = USize
  10. type uLongf = USize
  11. type voidp = Ptr[_]
  12. type voidpc = Ptr[_]
  13. type voidpf = Ptr[_]
  14. type z_off_t = Size
  15. type z_size_t = USize
  16. type z_streamp = Ptr[z_stream[AnyVal, AnyVal]]

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. def Z_ASCII: CInt
    Annotations
    @name("scalanative_z_ascii")
  5. def Z_BEST_COMPRESSION: CInt
    Annotations
    @name("scalanative_z_best_compression")
  6. def Z_BEST_SPEED: CInt
    Annotations
    @name("scalanative_z_best_speed")
  7. def Z_BINARY: CInt
    Annotations
    @name("scalanative_z_binary")
  8. def Z_BLOCK: CInt
    Annotations
    @name("scalanative_z_block")
  9. def Z_BUF_ERROR: CInt
    Annotations
    @name("scalanative_z_buf_error")
  10. def Z_DATA_ERROR: CInt
    Annotations
    @name("scalanative_z_data_error")
  11. def Z_DEFAULT_COMPRESSION: CInt
    Annotations
    @name("scalanative_z_default_compression")
  12. def Z_DEFAULT_STRATEGY: CInt
    Annotations
    @name("scalanative_z_default_strategy")
  13. def Z_DEFLATED: CInt
    Annotations
    @name("scalanative_z_deflated")
  14. def Z_ERRNO: CInt
    Annotations
    @name("scalanative_z_errno")
  15. def Z_FILTERED: CInt
    Annotations
    @name("scalanative_z_filtered")
  16. def Z_FINISH: CInt
    Annotations
    @name("scalanative_z_finish")
  17. def Z_FIXED: CInt
    Annotations
    @name("scalanative_z_fixed")
  18. def Z_FULL_FLUSH: CInt
    Annotations
    @name("scalanative_z_full_flush")
  19. def Z_HUFFMAN_ONLY: CInt
    Annotations
    @name("scalanative_z_huffman_only")
  20. def Z_MEM_ERROR: CInt
    Annotations
    @name("scalanative_z_mem_error")
  21. def Z_NEED_DICT: CInt
    Annotations
    @name("scalanative_z_need_dict")
  22. def Z_NO_COMPRESSION: CInt
    Annotations
    @name("scalanative_z_no_compression")
  23. def Z_NO_FLUSH: CInt
    Annotations
    @name("scalanative_z_no_flush")
  24. def Z_NULL: CInt
    Annotations
    @name("scalanative_z_null")
  25. def Z_OK: CInt
    Annotations
    @name("scalanative_z_ok")
  26. def Z_PARTIAL_FLUSH: CInt
    Annotations
    @name("scalanative_z_partial_flush")
  27. def Z_RLE: CInt
    Annotations
    @name("scalanative_z_rle")
  28. def Z_STREAM_END: CInt
    Annotations
    @name("scalanative_z_stream_end")
  29. def Z_STREAM_ERROR: CInt
    Annotations
    @name("scalanative_z_stream_error")
  30. def Z_SYNC_FLUSH: CInt
    Annotations
    @name("scalanative_z_sync_flush")
  31. def Z_TEXT: CInt
    Annotations
    @name("scalanative_z_text")
  32. def Z_TREES: CInt
    Annotations
    @name("scalanative_z_trees")
  33. def Z_UNKNOWN: CInt
    Annotations
    @name("scalanative_z_unknown")
  34. def Z_VERSION_ERROR: CInt
    Annotations
    @name("scalanative_z_version_error")
  35. def adler32(adler: uLong, buf: Ptr[Bytef], len: uInt): uLong
    Annotations
    @name("scalanative_adler32")
  36. def adler32_combine(adler1: uLong, adler2: uLong, len2: z_off_t): uLong
    Annotations
    @name("scalanative_adler32_combine")
  37. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  38. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  39. def compress(dest: Ptr[Bytef], destLen: Ptr[uLongf], source: Ptr[Bytef], sourceLength: uLong): CInt
    Annotations
    @name("scalanative_compress")
  40. def compress2(dest: Ptr[Bytef], destLen: Ptr[uLongf], source: Ptr[Byte], sourceLength: uLong, level: CInt): CInt
    Annotations
    @name("scalanative_compress2")
  41. def compressBound(sourceLen: uLong): uLong
    Annotations
    @name("scalanative_compressBound")
  42. def crc32(crc: uLong, buf: Ptr[Bytef], len: uInt): uLong
    Annotations
    @name("scalanative_crc32")
  43. def crc32_combine(crc1: uLong, crc2: uLong, len2: z_off_t): uLong
    Annotations
    @name("scalanative_crc32_combine")
  44. def deflate(strm: z_streamp, flush: CInt): CInt
    Annotations
    @name("scalanative_deflate")
  45. def deflateBound(strm: z_streamp, sourceLen: uLong): uLong
    Annotations
    @name("scalanative_deflateBound")
  46. def deflateCopy(dest: z_streamp, source: z_streamp): CInt
    Annotations
    @name("scalanative_deflateCopy")
  47. def deflateEnd(strm: z_streamp): CInt
    Annotations
    @name("scalanative_deflateEnd")
  48. def deflateInit(strm: z_streamp, level: CInt): CInt
    Annotations
    @name("scalanative_deflateInit")
  49. def deflateInit2(strm: z_streamp, level: CInt, method: CInt, windowBits: CInt, memLevel: CInt, strategy: CInt): CInt
    Annotations
    @name("scalanative_deflateInit2")
  50. def deflateParams(strm: z_streamp, level: CInt, strategy: CInt): CInt
    Annotations
    @name("scalanative_deflateParams")
  51. def deflatePrime(strm: z_streamp, bits: CInt, value: CInt): CInt
    Annotations
    @name("scalanative_deflatePrime")
  52. def deflateReset(strm: z_streamp): CInt
    Annotations
    @name("scalanative_deflateReset")
  53. def deflateSetDictionary(strm: z_streamp, dictionary: Ptr[Bytef], dictLength: uInt): CInt
    Annotations
    @name("scalanative_deflateSetDictionary")
  54. def deflateSetHeader(strm: z_streamp, head: gz_headerp): CInt
    Annotations
    @name("scalanative_deflateSetHeader")
  55. def deflateTune(strm: z_streamp, good_length: CInt, max_lazy: CInt, nice_length: CInt, max_chain: CInt): CInt
    Annotations
    @name("scalanative_deflateTune")
  56. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  58. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  59. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  60. def gzclearerr(file: gzFile): Unit
    Annotations
    @name("scalanative_gzclearerr")
  61. def gzclose(file: gzFile): CInt
    Annotations
    @name("scalanative_gzclose")
  62. def gzdirect(file: gzFile): CInt
    Annotations
    @name("scalanative_gzdirect")
  63. def gzdopen(fd: CInt, mode: CString): gzFile
    Annotations
    @name("scalanative_gzdopen")
  64. def gzeof(file: gzFile): CInt
    Annotations
    @name("scalanative_gzeof")
  65. def gzerror(file: gzFile, errnum: Ptr[Int]): CString
    Annotations
    @name("scalanative_gzerror")
  66. def gzflush(file: gzFile, flush: CInt): CInt
    Annotations
    @name("scalanative_gzflush")
  67. def gzgetc(file: gzFile): CInt
    Annotations
    @name("scalanative_gzgetc")
  68. def gzgets(file: gzFile, buf: CString, len: CInt): CString
    Annotations
    @name("scalanative_gzgets")
  69. def gzopen(path: CString, mode: CString): gzFile
    Annotations
    @name("scalanative_gzopen")
  70. def gzputc(file: gzFile, c: CInt): CInt
    Annotations
    @name("scalanative_gzputc")
  71. def gzputs(file: gzFile, s: CString): CInt
    Annotations
    @name("scalanative_gzputs")
  72. def gzread(file: gzFile, buf: voidp, len: CUnsignedInt): CInt
    Annotations
    @name("scalanative_gzread")
  73. def gzrewind(file: gzFile): CInt
    Annotations
    @name("scalanative_gzrewind")
  74. def gzseek(file: gzFile, offset: z_off_t, whence: CInt): z_off_t
    Annotations
    @name("scalanative_gzseek")
  75. def gzsetparams(file: gzFile, level: CInt, strategy: CInt): CInt
    Annotations
    @name("scalanative_gzsetparams")
  76. def gztell(file: gzFile): z_off_t
    Annotations
    @name("scalanative_gztell")
  77. def gzungetc(c: CInt, file: gzFile): CInt
    Annotations
    @name("scalanative_gzungetc")
  78. def gzwrite(file: gzFile, buf: voidpc, len: CUnsignedInt): CInt
    Annotations
    @name("scalanative_gzwrite")
  79. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  80. def inflate(strm: z_streamp, flush: CInt): CInt
    Annotations
    @name("scalanative_inflate")
  81. def inflateBack(strm: z_streamp, in: in_func, in_desc: Ptr[Byte], out: out_func, out_desc: Ptr[Byte]): CInt
    Annotations
    @name("scalanative_inflateBack")
  82. def inflateBackEnd(strm: z_streamp): CInt
    Annotations
    @name("scalanative_inflateBackEnd")
  83. def inflateBackInit(strm: z_streamp, windowBits: CInt, window: Ptr[CUnsignedChar]): CInt
    Annotations
    @name("scalanative_inflateBackInit")
  84. def inflateCopy(dest: z_streamp, source: z_streamp): CInt
    Annotations
    @name("scalanative_inflateCopy")
  85. def inflateEnd(strm: z_streamp): CInt
    Annotations
    @name("scalanative_inflateEnd")
  86. def inflateGetHeader(strm: z_streamp, head: gz_headerp): CInt
    Annotations
    @name("scalanative_inflateGetHeader")
  87. def inflateInit(strm: z_streamp): CInt
    Annotations
    @name("scalanative_inflateInit")
  88. def inflateInit2(strm: z_streamp, windowBits: CInt): CInt
    Annotations
    @name("scalanative_inflateInit2")
  89. def inflateMark(strm: z_streamp): CInt
    Annotations
    @name("scalanative_inflateMark")
  90. def inflatePrime(strm: z_streamp, bits: CInt, value: CInt): CInt
    Annotations
    @name("scalanative_inflatePrime")
  91. def inflateReset(strm: z_streamp): CInt
    Annotations
    @name("scalanative_inflateReset")
  92. def inflateReset2(strm: z_streamp, windowBits: CInt): CInt
    Annotations
    @name("scalanative_inflateReset2")
  93. def inflateSetDictionary(strm: z_streamp, dictionary: Ptr[Bytef], dictLength: uInt): CInt
    Annotations
    @name("scalanative_inflateSetDictionary")
  94. def inflateSync(strm: z_streamp): CInt
    Annotations
    @name("scalanative_inflateSync")
  95. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  96. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  97. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  98. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  99. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  100. def toString(): String
    Definition Classes
    AnyRef → Any
  101. def uncompress(dest: Ptr[Bytef], destLen: Ptr[uLongf], source: Ptr[Bytef], sourceLen: uLong): CInt
    Annotations
    @name("scalanative_uncompress")
  102. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  103. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  104. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  105. def zlibCompileFlags(): uLong
    Annotations
    @name("scalanative_zlibCompileFlags")
  106. def zlibVersion(): CString
    Annotations
    @name("scalanative_zlibVersion")

Inherited from AnyRef

Inherited from Any

Ungrouped