FDO API Reference Feature Data Objects

virtual FDO_API_COMMON void FdoIoStream::Write FdoIoStream stream,
FdoSize  count = 0
[pure virtual]
 

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

Parameters:
buffer 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.

Implemented in FdoIoFileStream, and FdoIoMemoryStream.


Comments or suggestions? Send us feedback.