Go to the documentation of this file. 10 #define BOTAN_ZLIB_H__ 12 #include <botan/filter.h> 22 std::string
name()
const {
return "Zlib_Compression"; }
24 void write(
const byte input[],
size_t length);
44 class Zlib_Stream* zlib;
53 std::string
name()
const {
return "Zlib_Decompression"; }
55 void write(
const byte input[],
size_t length);
64 class Zlib_Stream* zlib;