|
|
VinaLC: Parallel Molecular Docking Program |
Biochemical and Biophysical Systems Group |
#include <gzstream.h>


Public Member Functions | |
| gzstreambuf () | |
| int | is_open () |
| gzstreambuf * | open (const char *name, int open_mode) |
| gzstreambuf * | close () |
| ~gzstreambuf () | |
| virtual int | overflow (int c=EOF) |
| virtual int | underflow () |
| virtual int | sync () |
Private Member Functions | |
| int | flush_buffer () |
Private Attributes | |
| gzFile | file |
| char | buffer [bufferSize] |
| char | opened |
| int | mode |
Static Private Attributes | |
| static const int | bufferSize = 47+256 |
|
inline |
|
inline |
|
private |
|
inline |
| gzstreambuf * gzstreambuf::open | ( | const char * | name, |
| int | open_mode | ||
| ) |
| gzstreambuf * gzstreambuf::close | ( | ) |
|
virtual |
|
virtual |
|
virtual |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |