| FDO API Reference | Feature Data Objects |
#include <TextReader.h>
Inherits FdoDisposable.
Inheritance diagram for FdoIoTextReader:
Definition at line 29 of file TextReader.h.
Public Member Functions | |
| FDO_API_COMMON FdoIoStream * | GetStream () |
| Gets the underlying stream. If a stream was passed to this object then this stream is returned. Otherwise, an auto-generated stream (wrapped around the file name that was passed to this object) is returned. | |
Static Public Member Functions | |
| FDO_API_COMMON FdoIoTextReader * | Create (FdoIoStream *stream) |
| Constructs a text reader on a stream. | |
| FDO_API_COMMON FdoIoTextReader * | Create (FdoString *fileName) |
| Constructs a text reader on a file. | |
Protected Member Functions | |
| FdoIoTextReader (FdoIoStream *stream) | |
| FdoIoTextReader () | |
| DOXYGEN-IGNORE | |
| virtual | ~FdoIoTextReader (void) |
|
|
DOXYGEN-IGNORE
Definition at line 67 of file TextReader.h. |
|
|
|
|
|
|
|
|
Constructs a text reader on a stream.
|
|
|
Constructs a text reader on a file.
|
|
|
Gets the underlying stream. If a stream was passed to this object then this stream is returned. Otherwise, an auto-generated stream (wrapped around the file name that was passed to this object) is returned.
|
| Comments or suggestions? Send us feedback. |