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

rnaml::FileOutputStream Class Reference

#include <FileOutputStream.h>

Inheritance diagram for rnaml::FileOutputStream:

rnaml::OutputStream List of all members.

Public Methods

 FileOutputStream (FILE *f)
 Initializes the file output stream with a FILE stream.

 FileOutputStream (const char *name)
 Initializes the file output stream with a file name.

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

int getFD () const
 Gets the file output stream file descriptor.


Detailed Description

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


Constructor & Destructor Documentation

rnaml::FileOutputStream::FileOutputStream FILE *    f
 

Initializes the file output stream with a FILE stream.

Parameters:
f  the FILE stream.

rnaml::FileOutputStream::FileOutputStream const char *    name
 

Initializes the file output stream with a file name.

Parameters:
name  the file name.

rnaml::FileOutputStream::FileOutputStream int    fd
 

Initializes the file output stream with a file descriptor.

Parameters:
fd  the file descriptor.


Member Function Documentation

int rnaml::FileOutputStream::getFD  
 

Gets the file output stream file descriptor.

Returns:
the file descriptor or -1 on error.


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