LibBzip2

interface LibBzip2

Types

Link copied to clipboard
class BzStream(runtime: Runtime) : Struct
Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun BZ2_bzCompress(stream: LibBzip2.BzStream, action: Int): Int
Link copied to clipboard
abstract fun BZ2_bzCompressEnd(stream: LibBzip2.BzStream): Int
Link copied to clipboard
abstract fun BZ2_bzCompressInit(stream: LibBzip2.BzStream, blockSize100k: Int, verbosity: Int, workFactor: Int): Int
Link copied to clipboard
abstract fun BZ2_bzDecompress(stream: LibBzip2.BzStream): Int
Link copied to clipboard
Link copied to clipboard
abstract fun BZ2_bzDecompressInit(stream: LibBzip2.BzStream, blockSize100k: Int, verbosity: Int, small: Int): Int