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

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.

()


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.