Adonthell  0.4
fileops.h File Reference

Declares the igzstream, ogzstream and fileops classes. More...

#include <zlib.h>
#include <string>
#include "types.h"
Include dependency graph for fileops.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gz_file
 Base class for igzstream and ogzstream. More...
class  igzstream
 Class to read data from a Gzip compressed file. More...
class  ogzstream
 Class to write data from a Gzip compressed file. More...
class  fileops
 File version control class. More...

Enumerations

enum  gz_type { READ, WRITE }
 Enumeration to know whether a file is read or write opened. More...

Detailed Description

Declares the igzstream, ogzstream and fileops classes.

Author:
Alexandre Courbot alexa.nosp@m.ndre.nosp@m.courb.nosp@m.ot@l.nosp@m.inuxg.nosp@m.ames.nosp@m..com

Definition in file fileops.h.


Enumeration Type Documentation

enum gz_type

Enumeration to know whether a file is read or write opened.

Definition at line 45 of file fileops.h.