rtxStreamFile.h File Reference
#include <stdio.h>#include "rtxsrc/rtxStream.h"Go to the source code of this file.
Functions | |
| int | rtxStreamFileAttach (OSCTXT *pctxt, FILE *pFile, OSUINT16 flags) |
| Attaches the existing file structure pointer to the stream. | |
| int | rtxStreamFileOpen (OSCTXT *pctxt, const char *pFilename, OSUINT16 flags) |
| Opens a file stream. | |
| int | rtxStreamFileCreateReader (OSCTXT *pctxt, const char *pFilename) |
| This function creates an input file stream using the specified file name. | |
| int | rtxStreamFileCreateWriter (OSCTXT *pctxt, const char *pFilename) |
| This function creates an output file stream using the file name. | |
Detailed Description
Definition in file rtxStreamFile.h.
