If used, need to link with libz, i.e. add -lz option to the linker.
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:
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. |
|
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. |