#include "rutz/bzip2stream.h"
#include "rutz/error.h"
#include "rutz/fstring.h"
#include "rutz/sfmt.h"
#include "rutz/shared_ptr.h"
#include <bzlib.h>
#include <fstream>
#include <iostream>
#include "rutz/trace.h"
Go to the source code of this file.
handle bzip2-encoding through a c++ iostreams interface
Definition in file bzip2stream.cc.