FDO API Reference Feature Data Objects
virtual FDO_API_COMMON void FdoIoFileStream::Write ( FdoByte buffer,
FdoSize  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.

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

Implements FdoIoStream.


Comments or suggestions? Send us feedback.