#include <FileOutputStream.h>
Inheritance diagram for rnaml::FileOutputStream:
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. |
|
Initializes the file output stream with a FILE stream.
|
|
Initializes the file output stream with a file name.
|
|
Initializes the file output stream with a file descriptor.
|
|
Gets the file output stream file descriptor.
|