FDO API Reference Feature Data Objects

IoTextReader Class Reference

List of all members.

Detailed Description

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


Public Member Functions

__property NAMESPACE_OSGEO_COMMON_IO::IoStream * get_Stream ()
 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.
 IoTextReader (System::IntPtr unmanaged, System::Boolean autoDelete)
 IoTextReader (NAMESPACE_OSGEO_COMMON_IO::IoStream *stream)
 Constructs a text reader on a stream.
 IoTextReader (System::String *fileName)
 Constructs a text reader on a file.

Protected Member Functions

System::Void Dispose (System::Boolean disposing)

Comments or suggestions? Send us feedback.