EpcTools
An event based multi-threaded C++ development framework.
|
Wrapper around bzip2 library. More...
Go to the source code of this file.
Classes | |
class | EBzip2 |
Wrapper around bzip2 library.
EBzip2 provides the ability to compress or decompress a file utilizing the Burrows-Wheeler compression algorithm. The library is compatible with the standard bzip2 program. This library compresses/decompresses between memory (decompressed) and a file (compressed). The decompressed data can be read on a buffer by buffer and does not require for the entire file to be decompressed. See https://www.sourceware.org/bzip2/ for more information.