EpcTools
An event based multi-threaded C++ development framework.
Classes
ebzip2.h File Reference

Wrapper around bzip2 library. More...

#include "estring.h"
#include "eerror.h"
#include "bzlib.h"

Go to the source code of this file.

Classes

class  EBzip2
 

Detailed Description

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.