XBinder
Version 2.6.x
|
Go to the source code of this file.
Functions | |
EXTERNRT int | rtxStreamFileAttach (OSCTXT *pctxt, FILE *pFile, OSUINT16 flags) |
Attaches the existing file structure pointer to the stream. More... | |
EXTERNRT int | rtxStreamFileOpen (OSCTXT *pctxt, const char *pFilename, OSUINT16 flags) |
Opens a file stream. More... | |
EXTERNRT int | rtxStreamFileCreateReader (OSCTXT *pctxt, const char *pFilename) |
This function creates an input file stream using the specified file name. More... | |
EXTERNRT int | rtxStreamFileCreateWriter (OSCTXT *pctxt, const char *pFilename) |
This function creates an output file stream using the file name. More... | |