Interface for classes with GZIO read and write capabilities. More...
#include <DwmGZIOCapable.hh>


Additional Inherited Members | |
Public Member Functions inherited from Dwm::GZReadable | |
| virtual | ~GZReadable () |
| destructor | |
| virtual int | Read (gzFile gzf)=0 |
| Read from a gzFile. | |
Public Member Functions inherited from Dwm::GZWritable | |
| virtual | ~GZWritable () |
| destructor | |
| virtual int | Write (gzFile gzf) const =0 |
| Write to a gzFile. | |
Interface for classes with GZIO read and write capabilities.