libDwm-0.9.45
Dwm::GZReadable Class Referenceabstract

This class is a pure virtual class, defining an interface for classes that can read their contents from a gzFile. More...

#include <DwmGZIOCapable.hh>

Inheritance diagram for Dwm::GZReadable:

Public Member Functions

virtual ~GZReadable ()
 destructor
 
virtual int Read (gzFile gzf)=0
 Read from a gzFile.
 

Detailed Description

This class is a pure virtual class, defining an interface for classes that can read their contents from a gzFile.

Member Function Documentation

◆ Read()

virtual int Dwm::GZReadable::Read ( gzFile gzf)
pure virtual

Read from a gzFile.

Should return the number of bytes read on success (-1 on failure?)


The documentation for this class was generated from the following file: