FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Common::Io::IoTextReader:
Public Member Functions | |
__property OSGeo::FDO::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) | |
Constructs a text reader based on an unmanaged instance of the object. | |
IoTextReader (OSGeo::FDO::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 | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Constructs a text reader on a file.
|
|
Constructs a text reader on a stream.
|
|
Constructs a text reader based on an unmanaged instance of the object.
|
|
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.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Runtime::Disposable. |
Comments or suggestions? Send us feedback. |