OSRTFileOutputStream Class Reference
Generic file output stream. More...
#include <OSRTFileOutputStream.h>
Inheritance diagram for OSRTFileOutputStream:

Public Member Functions | |
| EXTRTMETHOD | OSRTFileOutputStream (const char *pFilename) |
| Creates and initializes a file output stream using the name of file. | |
| EXTRTMETHOD | OSRTFileOutputStream (OSRTContext *pContext, const char *pFilename) |
| Creates and initializes a file output stream using the name of file. | |
| EXTRTMETHOD | OSRTFileOutputStream (FILE *file) |
| Initializes the file output stream using the opened FILE structure descriptor. | |
| EXTRTMETHOD | OSRTFileOutputStream (OSRTContext *pContext, FILE *file) |
| Initializes the file output stream using the opened FILE structure descriptor. | |
Detailed Description
Generic file output stream.This class opens an existing file for output in binary mode and reads data from it.
Definition at line 37 of file OSRTFileOutputStream.h.
Constructor & Destructor Documentation
|
|
Creates and initializes a file output stream using the name of file.
|
|
||||||||||||
|
Creates and initializes a file output stream using the name of file.
|
|
|
Initializes the file output stream using the opened FILE structure descriptor.
|
|
||||||||||||
|
Initializes the file output stream using the opened FILE structure descriptor.
|
The documentation for this class was generated from the following file:
