FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Common::Io Namespace Reference


Classes

class  IoByteStreamReader
 IoByteStreamReader is an FDO reader for a Byte stream. More...
class  IoCharStreamReader
 IoCharStreamReader reads items from a stream of chars. More...
class  IoFileStream
 IoFileStream provides streamed I/O on a disk file. More...
class  IoMemoryStream
 IoMemoryStream provides streamed I/O to and from memory. More...
class  IoStream
 IoStream defines the interface for all FDO streams. Streamed I/O support for various locations, such as files, memory, etc. can be provided by classes that implement this interface. More...
class  IoTextReader
 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. More...
class  IoTextWriter
 IoTextWriter writes Unicode wide character text to a binary stream. The text is written in UTF8 format. More...

Comments or suggestions? Send us feedback.