FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Common::Io::IoTextWriter:
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. | |
IoTextWriter (System::IntPtr unmanaged, System::Boolean autoDelete) | |
Constructs a text writer based on an unmanaged instance of the object. | |
IoTextWriter (OSGeo::FDO::Common::Io::IoStream *stream) | |
Constructs a text writer on a stream. | |
IoTextWriter (System::String *fileName) | |
Constructs a text writer on a file. | |
System::Void | Write (System::String *data) |
Writes to this text writer. The text is written in UTF8 format. | |
System::Void | WriteLine (System::String *data) |
Same as Write(), except that a carriage return (n) is appended to the text. | |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Constructs a text writer on a file.
|
|
Constructs a text writer on a stream.
|
|
Constructs a text writer 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. |
|
Writes to this text writer. The text is written in UTF8 format.
|
|
Same as Write(), except that a carriage return (n) is appended to the text.
|
Comments or suggestions? Send us feedback. |