Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Repository::writeStream Method
Syntax
C++
virtual OdResult writeStream(OdStreamBufPtr pStream, bool saveLogFile = false);

Writes data from the specified stream buffer to a physical file.

Parameters
Description
pStream
[in] A smart pointer to the output stream buffer object to wtite data.
saveLogFile
[in] A flag that determines whether the log file should also be written (if equal to true) or not (if equal to false).

eOk if the data was successfully written; otherwise, the method returns an appropriate error code.

This method does not support writing to Zip format.

Copyright © 2002-2022. Open Design Alliance All rights reserved.