FDO .NET API Reference Feature Data Objects
virtual System::Void OSGeo::FDO::Common::Io::IoStream::Write ( OSGeo::FDO::Common::Io::IoStream stream,
System::UInt32  count 
) [virtual]

reads the number of bytes from the given stream, and writes them to this stream.

Parameters:
stream Input write from this buffer
count Input the maximum number of bytes to read and write. When 0, all remaining bytes are read from the given stream.


Comments or suggestions? Send us feedback.