FdoIoTextReader Class Reference

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. More...

#include <TextReader.h>

List of all members.


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
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.

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.


The documentation for this class was generated from the following file: