gzstreambuf Class Reference

#include <gzstream.h>

List of all members.

Public Member Functions

 gzstreambuf ()
int is_open ()
gzstreambufopen (const char *name, int open_mode)
gzstreambufclose ()
 ~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


Detailed Description

Definition at line 45 of file gzstream.h.


Constructor & Destructor Documentation

gzstreambuf::gzstreambuf (  )  [inline]

Definition at line 57 of file gzstream.h.

gzstreambuf::~gzstreambuf (  )  [inline]

Definition at line 67 of file gzstream.h.


Member Function Documentation

int gzstreambuf::flush_buffer (  )  [private]

Definition at line 102 of file gzstream.cc.

References file.

Referenced by overflow(), and sync().

int gzstreambuf::is_open (  )  [inline]

Definition at line 64 of file gzstream.h.

Referenced by gzstreambase::close(), close(), and open().

gzstreambuf * gzstreambuf::open ( const char *  name,
int  open_mode 
)

Definition at line 44 of file gzstream.cc.

References file, is_open(), mode, and opened.

Referenced by gzstreambase::open().

gzstreambuf * gzstreambuf::close (  ) 

Definition at line 67 of file gzstream.cc.

References file, is_open(), opened, and sync().

Referenced by gzstreambase::close(), and gzstreambase::~gzstreambase().

int gzstreambuf::overflow ( int  c = EOF  )  [virtual]

Definition at line 112 of file gzstream.cc.

References flush_buffer(), mode, and opened.

int gzstreambuf::underflow (  )  [virtual]

Definition at line 77 of file gzstream.cc.

References buffer, bufferSize, file, mode, and opened.

int gzstreambuf::sync (  )  [virtual]

Definition at line 124 of file gzstream.cc.

References flush_buffer().

Referenced by close().


Member Data Documentation

const int gzstreambuf::bufferSize = 47+256 [static, private]

Definition at line 47 of file gzstream.h.

Referenced by underflow().

gzFile gzstreambuf::file [private]

Definition at line 50 of file gzstream.h.

Referenced by close(), flush_buffer(), open(), and underflow().

Definition at line 51 of file gzstream.h.

Referenced by underflow().

char gzstreambuf::opened [private]

Definition at line 52 of file gzstream.h.

Referenced by close(), open(), overflow(), and underflow().

int gzstreambuf::mode [private]

Definition at line 53 of file gzstream.h.

Referenced by open(), overflow(), and underflow().


The documentation for this class was generated from the following files:

Generated on Mon Mar 23 14:07:00 2009 for ARTS by  doxygen 1.5.6