Companion

object Companion

Properties

Link copied to clipboard
const val BZ_CONFIG_ERROR: Int
Link copied to clipboard
const val BZ_DATA_ERROR: Int
Link copied to clipboard
Link copied to clipboard
const val BZ_FINISH: Int = 2
Link copied to clipboard
const val BZ_FINISH_OK: Int = 3
Link copied to clipboard
const val BZ_FLUSH: Int = 1
Link copied to clipboard
const val BZ_FLUSH_OK: Int = 2
Link copied to clipboard
const val BZ_IO_ERROR: Int
Link copied to clipboard
const val BZ_MEM_ERROR: Int
Link copied to clipboard
const val BZ_OK: Int = 0
Link copied to clipboard
const val BZ_OUTBUFF_FULL: Int
Link copied to clipboard
const val BZ_PARAM_ERROR: Int
Link copied to clipboard
const val BZ_RUN: Int = 0
Link copied to clipboard
const val BZ_RUN_OK: Int = 1
Link copied to clipboard
Link copied to clipboard
const val BZ_STREAM_END: Int = 4
Link copied to clipboard

Functions

Link copied to clipboard
fun load(): LibBzip2