Scippy

UG

Ubiquity Generator framework

gzstream.h File Reference

Utilities for handling gzipped input and output streams. More...

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

Go to the source code of this file.

Classes

class  gzstreambuf
 Internal class to implement gzstream. More...
 
class  gzstreambase
 Internal class to implement gzstream. More...
 
class  igzstream
 Class to implement a gzip'd input stream. More...
 
class  ogzstream
 Class to implement a gzip'd output stream. More...
 

Namespaces

namespace  GZSTREAM_NAMESPACE
 

Macros

#define GZSTREAM_NAMESPACE   gzstream
 

Detailed Description

Utilities for handling gzipped input and output streams.

Definition in file gzstream.h.

Macro Definition Documentation

◆ GZSTREAM_NAMESPACE

#define GZSTREAM_NAMESPACE   gzstream

Definition at line 42 of file gzstream.h.