FDO API Reference Feature Data Objects

FdoIoTextReader Class Reference

#include <TextReader.h>

Inherits FdoDisposable.

Inheritance diagram for FdoIoTextReader:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoIoTextReader reads from a binary stream containing UTF8 characters. It formats these UTF8 characters into Unicode wide characters. This class is not yet complete, since the Read functions still have to be added.

Definition at line 29 of file TextReader.h.


Public Member Functions

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

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.