Lib Bzip2
interface LibBzip2
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun BZ2_bzCompressInit(stream: LibBzip2.BzStream, blockSize100k: Int, verbosity: Int, workFactor: Int): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun BZ2_bzDecompressInit(stream: LibBzip2.BzStream, blockSize100k: Int, verbosity: Int, small: Int): Int