|
virtual FDO_API_COMMON void FdoIoMemoryStream::Write |
( |
FdoIoStream * |
stream, |
|
|
FdoSize |
count = 0 | |
|
) |
| | [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. |
Implements FdoIoStream.
|