libDwm-0.9.45
Dwm::BZ2Readable Class Referenceabstract

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

#include <DwmBZ2IOCapable.hh>

Inheritance diagram for Dwm::BZ2Readable:

Public Member Functions

virtual int BZRead (BZFILE *bzf)=0
 Read from a BZFILE pointer.
 

Detailed Description

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

Member Function Documentation

◆ BZRead()

virtual int Dwm::BZ2Readable::BZRead ( BZFILE * bzf)
pure virtual

Read from a BZFILE pointer.

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


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