Module: Bzip2::FFI::Libbz2

Extended by:
FFI::Library
Defined in:
lib/facter/util/bzip2-ffi-1.1.0/lib/bzip2/ffi/libbz2.rb

Overview

FFI bindings for the libbz2 low-level interface.

See bzlib.h and sourceware.org/bzip2/docs.html.

Defined Under Namespace

Classes: BzStream

Constant Summary collapse

BZ_RUN =
0
BZ_FLUSH =
1
BZ_FINISH =
2
BZ_OK =
0
BZ_RUN_OK =
1
BZ_FLUSH_OK =
2
BZ_FINISH_OK =
3
BZ_STREAM_END =
4
BZ_SEQUENCE_ERROR =
-1
BZ_PARAM_ERROR =
-2
BZ_MEM_ERROR =
-3
BZ_DATA_ERROR =
-4
BZ_DATA_ERROR_MAGIC =
-5
BZ_CONFIG_ERROR =
-9