7 #ifndef ATLAS_FILTERS_GZIP_H 8 #define ATLAS_FILTERS_GZIP_H 10 #include <Atlas/Filter.h> 14 namespace Atlas {
namespace Filters {
20 unsigned char buf[4096];
27 virtual std::string encode(
const std::string&);
28 virtual std::string decode(
const std::string&);
33 #endif // ATLAS_FILTERS_GZIP_H The Atlas namespace.
Definition: Bridge.h:20
Atlas stream filter.
Definition: Filter.h:29
Copyright 2000-2004 the respective authors.
This document can be licensed under the terms of the GNU Free Documentation
License or the GNU General Public License and may be freely distributed under
the terms given by one of these licenses.