FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Common::Io::IoFileStream Class Reference

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

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

[legend]
List of all members.

Detailed Description

IoFileStream provides streamed I/O on a disk file.


Public Member Functions

 IoFileStream (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a stream reader based on an unmanaged instance of the object.
 IoFileStream (System::String *fileName, System::String *accessModes)
 creates the stream for a named file.

Constructor & Destructor Documentation

OSGeo::FDO::Common::Io::IoFileStream::IoFileStream System::String *  fileName,
System::String *  accessModes
 

creates the stream for a named file.

Parameters:
fileName Input the file name
accessModes Input File access modes. Same as the fopen() C run-time library function (mode parameter).

OSGeo::FDO::Common::Io::IoFileStream::IoFileStream System::IntPtr  unmanaged,
System::Boolean  autoDelete
 

Constructs a stream reader based on an unmanaged instance of the object.

Parameters:
unmanaged Input A Pointer to the unmanaged stream reader.
autoDelete Input Indicates if the constructed object should be automatically deleted once it no longer referenced.

Comments or suggestions? Send us feedback.