FACT++
1.0
|
#include <izstream.h>
Public Member Functions | |
izstream () | |
izstream (const char *name) | |
~izstream () | |
int | is_open () |
void | open (const char *name) |
void | close () |
std::streambuf::pos_type | seekoff (std::streambuf::off_type offset, std::ios_base::seekdir dir, std::ios_base::openmode=std::ios_base::in) |
std::streambuf::pos_type | seekpos (std::streambuf::pos_type pos, std::ios_base::openmode=std::ios_base::in) |
Private Member Functions | |
int | underflow () |
Private Attributes | |
gzFile | fFile |
char * | fBuffer |
Static Private Attributes | |
static const int | fgBufferSize = 2048*1024*2 |
Definition at line 15 of file izstream.h.