Module: Bzip2::FFI

Defined in:
lib/bzip2/ffi.rb,
lib/bzip2/ffi/io.rb,
lib/bzip2/ffi/error.rb,
lib/bzip2/ffi/libbz2.rb,
lib/bzip2/ffi/reader.rb,
lib/bzip2/ffi/writer.rb,
lib/bzip2/ffi/version.rb

Overview

Bzip2::FFI is a wrapper for libbz2 using FFI bindings. Bzip2 compressed data can be read and written as a stream using the Reader and Writer classes.

Defined Under Namespace

Modules: Error Classes: IO, Reader, Writer

Constant Summary collapse

VERSION =

The Bzip2::FFI version number.

'1.1.0'