37 #ifdef GZSTREAM_NAMESPACE
38 namespace GZSTREAM_NAMESPACE {
47 static const int bufferSize = 47+256;
69 virtual int overflow(
int c = EOF);
70 virtual int underflow();
81 void open(
const char*
name,
int open_mode);
114 #ifdef GZSTREAM_NAMESPACE