Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

rnaml::GZIPOutputStream Class Reference

#include <GZIPOutputStream.h>

Inheritance diagram for rnaml::GZIPOutputStream:

rnaml::OutputStream List of all members.

Public Methods

 GZIPOutputStream (FileOutputStream *os)
 Initializes the gzip output stream with a file output stream.

 GZIPOutputStream (int fd)
 Initializes the gzip output stream with a file descriptor.


Detailed Description

Author:
Martin Larose (larosem@iro.umontreal.ca)
Version:
Id:
GZIPOutputStream.h,v 1.1 2003/11/10 22:58:14 larosem Exp


Constructor & Destructor Documentation

rnaml::GZIPOutputStream::GZIPOutputStream FileOutputStream   os
 

Initializes the gzip output stream with a file output stream.

The file output stream is freed on successful completion of the function.

Parameters:
os  the output file stream.

rnaml::GZIPOutputStream::GZIPOutputStream int    fd
 

Initializes the gzip output stream with a file descriptor.

Parameters:
fd  the file descriptor.


The documentation for this class was generated from the following files:
Generated on Tue Nov 11 14:59:56 2003 for xmlcpg by doxygen1.2.18