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

Public Member Functions | |
| OSRTFileInputStream (const char *pFilename) | |
| Creates and initializes a file input stream using the name of file. | |
| OSRTFileInputStream (OSRTContext *pContext, const char *pFilename) | |
| Creates and initializes a file input stream using the name of file. | |
| OSRTFileInputStream (FILE *file) | |
| Initializes the file input stream using the opened FILE structure descriptor. | |
| OSRTFileInputStream (OSRTContext *pContext, FILE *file) | |
| Initializes the file input stream using the opened FILE structure descriptor. | |
Detailed Description
Generic file input stream.This class opens an existing file for input in binary mode and reads data from it.
Definition at line 37 of file OSRTFileInputStream.h.
Constructor & Destructor Documentation
| OSRTFileInputStream::OSRTFileInputStream | ( | const char * | pFilename | ) |
Creates and initializes a file input stream using the name of file.
- Parameters:
-
pFilename Name of file.
- See also:
- rtxStreamFileOpen
| OSRTFileInputStream::OSRTFileInputStream | ( | OSRTContext * | pContext, | |
| const char * | pFilename | |||
| ) |
Creates and initializes a file input stream using the name of file.
- Parameters:
-
pContext Pointer to a context to use. pFilename Name of file.
- See also:
- rtxStreamFileOpen
| OSRTFileInputStream::OSRTFileInputStream | ( | FILE * | file | ) |
Initializes the file input stream using the opened FILE structure descriptor.
- Parameters:
-
file Pointer to FILE structure.
- See also:
- rtxStreamFileAttach
| OSRTFileInputStream::OSRTFileInputStream | ( | OSRTContext * | pContext, | |
| FILE * | file | |||
| ) |
Initializes the file input stream using the opened FILE structure descriptor.
- Parameters:
-
pContext Pointer to a context to use. file Pointer to FILE structure.
- See also:
- rtxStreamFileAttach
The documentation for this class was generated from the following file:
