oln::io::gz::zfilebuf Class Reference

Performs operation on compressed files. More...

#include <gz_stream.hh>

Inheritance diagram for oln::io::gz::zfilebuf:

Inheritance graph
[legend]
Collaboration diagram for oln::io::gz::zfilebuf:

Collaboration graph
[legend]
List of all members.

Public Member Functions

zfilebufopen (const char *name, int io_mode)
 Return a stream on the file name regarding the opening mode: io_mode.

zfilebufattach (int file_descriptor, int io_mode)
 Attach a stream on file_descriptor regarding the opening mode: io_mode.

zfilebufclose ()
 Close the stream.

int setcompressionlevel (short comp_level)
int setcompressionstrategy (short comp_strategy)
int is_open () const
 Return true if the stream is open, false otherwise.

virtual std::streampos seekoff (std::streamoff off, std::ios::seekdir dir, int)
virtual int sync ()
 Flush the buffer associated to the stream.


Protected Member Functions

virtual int underflow ()
 Return the next character in the stream. On failure, EOF is returned.

virtual int overflow (int c=EOF)
 Flush the output buffer associated to the stream then write c. On failure, EOF is returned.


Detailed Description

Performs operation on compressed files.

Definition at line 47 of file gz_stream.hh.


The documentation for this class was generated from the following file:
Generated on Thu Apr 15 20:16:24 2004 for Olena by doxygen 1.3.6-20040222