FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Common::IStreamReaderImp Class Reference
[OSGeo::FDO::Common]

Inherits OSGeo::FDO::Runtime::Disposable, and OSGeo::FDO::Common::IStreamReader.

Inherited by OSGeo::FDO::Common::Io::IoByteStreamReader, and OSGeo::FDO::Common::Io::IoCharStreamReader.

Inheritance diagram for OSGeo::FDO::Common::IStreamReaderImp:

Inheritance graph
[legend]
List of all members.

Detailed Description

The IStreamReader class is a top level interface for stream reader classes. The API it provides allows the user to read large streams of data in blocks of items.

()

Definition at line 32 of file mgIStreamReaderImp.h.


Public Member Functions

__property StreamReaderType get_Type ()
 Gets the type of the Stream Reader.
 IStreamReaderImp (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a IStreamReader object based on an unmanaged instance of the stream.

Comments or suggestions? Send us feedback.