Go to the documentation of this file. 1 #ifndef INFLATEINPUTSTREAMBUF_H
2 #define INFLATEINPUTSTREAMBUF_H
4 #include "zipios++/zipios-config.h"
6 #include "zipios++/meta-iostreams.h"
39 bool reset(
int stream_position = -1 ) ;
41 virtual int underflow() ;
44 bool _zs_initialized ;
45 const int _invecsize ;
46 vector< char > _invec ;
48 const int _outvecsize ;
49 vector< char > _outvec ;