Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
zfstream.h File Reference
#include <fstream.h>
#include "zlib.h"
Include dependency graph for zfstream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gzfilebuf
 Gzipped file stream buffer class. More...
 
class  gzfilestream_common
 
class  gzifstream
 Gzipped file input stream class. More...
 
class  gzofstream
 Gzipped file output stream class. More...
 
class  gzomanip< T >
 

Functions

template<class T >
gzofstreamoperator<< (gzofstream &s, const gzomanip< T > &m)
 
gzofstreamsetcompressionlevel (gzofstream &s, int l)
 
gzofstreamsetcompressionstrategy (gzofstream &s, int l)
 
gzomanip< int > setcompressionlevel (int l)
 
gzomanip< int > setcompressionstrategy (int l)
 

Function Documentation

template<class T >
gzofstream& operator<< ( gzofstream s,
const gzomanip< T > &  m 
)

Definition at line 101 of file zfstream.h.

gzofstream& setcompressionlevel ( gzofstream s,
int  l 
)
inline

Definition at line 106 of file zfstream.h.

gzomanip<int> setcompressionlevel ( int  l)
inline

Definition at line 118 of file zfstream.h.

gzofstream& setcompressionstrategy ( gzofstream s,
int  l 
)
inline

Definition at line 112 of file zfstream.h.

gzomanip<int> setcompressionstrategy ( int  l)
inline

Definition at line 123 of file zfstream.h.