Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
#include <zfstream.h>
Public Member Functions | |
virtual | ~gzfilestream_common () |
void | attach (int fd, int io_mode) |
void | open (const char *name, int io_mode) |
void | close () |
Protected Member Functions | |
gzfilestream_common () | |
Friends | |
class | gzifstream |
class | gzofstream |
gzofstream & | setcompressionlevel (gzofstream &, int) |
gzofstream & | setcompressionstrategy (gzofstream &, int) |
Definition at line 44 of file zfstream.h.
|
virtual |
Definition at line 258 of file zfstream.cpp.
|
protected |
Definition at line 254 of file zfstream.cpp.
void gzfilestream_common::attach | ( | int | fd, |
int | io_mode | ||
) |
Definition at line 261 of file zfstream.cpp.
void gzfilestream_common::close | ( | ) |
Definition at line 279 of file zfstream.cpp.
void gzfilestream_common::open | ( | const char * | name, |
int | io_mode | ||
) |
Definition at line 270 of file zfstream.cpp.
|
friend |
Definition at line 46 of file zfstream.h.
|
friend |
Definition at line 47 of file zfstream.h.
|
friend |
Definition at line 106 of file zfstream.h.
|
friend |
Definition at line 112 of file zfstream.h.