FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Common::Io::IoMemoryStream Class Reference
[OSGeo::FDO::Common::Io]

Inherits OSGeo::FDO::Common::Io::IoStream.

Inheritance diagram for OSGeo::FDO::Common::Io::IoMemoryStream:

Inheritance graph
[legend]
List of all members.

Detailed Description

IoMemoryStream provides streamed I/O to and from memory.

()

Definition at line 30 of file mgIoMemoryStream.h.


Public Member Functions

 IoMemoryStream (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a stream based on an unmanaged instance of the object.
 IoMemoryStream (System::UInt32 bufferSize)
 creates the memory stream. The stream manages its own storage.
 IoMemoryStream ()
 creates the memory stream with its default size. The stream manages its own storage.

Comments or suggestions? Send us feedback.