Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

zipiostream.h File Reference


Detailed Description

C++ stream wrapper for the zlib.

If used, need to link with libz, i.e. add -lz option to the linker.

Header
/u/nn/cvsroot/lissom/src/zipiostream.h,v 1.2 2001/08/19 01:48:52 jbednar Exp

Based on:

wrapping the zlib with iostream using gzFile setbuf NYI Jean-Louis Ardoint 1996

Definition in file zipiostream.h.

#include <iostream>
#include <zlib.h>

Include dependency graph for zipiostream.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  izipstream
class  ozipstream
class  zipstreambase
class  zipstreambuf

Defines

#define zapeof(c)   ((c)&0377)
 Added by James A.


Define Documentation

#define zapeof      ((c)&0377)
 

Added by James A.

Bednar (jbednar@cs.utexas.edu): No definition was included in this file; took one from an old version of iostream.h. The purpose appears to be to make EOF into a regular char.

Definition at line 24 of file zipiostream.h.


Generated on Mon Jan 20 02:36:55 2003 for RF-LISSOM by doxygen1.3-rc2