FDO API Reference Feature Data Objects

virtual System::Void IoStream::Write System::Byte  buffer[],
System::UInt32  count
[virtual]
 

writes the number of bytes indicated by count, from the given buffer, to the stream. The current position is moved ahead by the number of bytes written.

Remarks:
Note: Write will overwrite some of the contents of the stream if the current position is not at the end of the stream.
Parameters:
buffer Intput write from this buffer
count Input number of bytes to write

Comments or suggestions? Send us feedback.