pianod2
multisource multiuser scriptable networked music player
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
gzstreambuf Class Reference

#include <gzstream.h>

Inheritance diagram for gzstreambuf:
Inheritance graph
[legend]
Collaboration diagram for gzstreambuf:
Collaboration graph
[legend]

Public Member Functions

 gzstreambuf ()
 
int is_open ()
 
 ~gzstreambuf ()
 
gzstreambufopen (const char *name, int open_mode)
 
gzstreambufclose ()
 
virtual int underflow ()
 
virtual int overflow (int c=EOF)
 
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
 

Constructor & Destructor Documentation

◆ gzstreambuf()

gzstreambuf::gzstreambuf ( )
inline

◆ ~gzstreambuf()

gzstreambuf::~gzstreambuf ( )
inline

Member Function Documentation

◆ close()

gzstreambuf* gzstreambuf::close ( )
inline
Here is the caller graph for this function:

◆ flush_buffer()

int gzstreambuf::flush_buffer ( )
inlineprivate

◆ is_open()

int gzstreambuf::is_open ( )
inline
Here is the caller graph for this function:

◆ open()

gzstreambuf* gzstreambuf::open ( const char *  name,
int  open_mode 
)
inline
Here is the caller graph for this function:

◆ overflow()

virtual int gzstreambuf::overflow ( int  c = EOF)
inlinevirtual

◆ sync()

virtual int gzstreambuf::sync ( )
inlinevirtual

◆ underflow()

virtual int gzstreambuf::underflow ( )
inlinevirtual

Member Data Documentation

◆ buffer

char gzstreambuf::buffer[bufferSize]
private

◆ bufferSize

const int gzstreambuf::bufferSize = 47+256
staticprivate

◆ file

gzFile gzstreambuf::file
private

◆ mode

int gzstreambuf::mode
private

◆ opened

char gzstreambuf::opened
private

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