Main Page
Related Pages
Modules
Namespaces
Classes
Files
OSGeo
::
FDO
::
Common
::
Io
::
IoStream
Close
get_CanRead
get_CanWrite
get_HasContext
get_Index
get_Length
IoStream
Read
Reset
set_Length
Skip
Write
Write
Write
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.