|
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 |
| static FDO_API_COMMON FdoIoTextReader * | Create (FdoIoStream *stream) |
| | Constructs a text reader on a stream.
|
| static FDO_API_COMMON FdoIoTextReader * | Create (FdoString *fileName) |
| | Constructs a text reader on a file.
|