Go to the documentation of this file.
9 #ifndef BOTAN_BZIP2_H__
10 #define BOTAN_BZIP2_H__
12 #include <botan/filter.h>
22 std::string
name()
const {
return "Bzip_Compression"; }
24 void write(
const byte input[],
size_t length);
37 class Bzip_Stream* bz;
46 std::string
name()
const {
return "Bzip_Decompression"; }
48 void write(
const byte input[],
size_t length);
59 class Bzip_Stream* bz;