Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdStreamBuf::copyDataTo Method
Syntax
C++
virtual void copyDataTo(OdStreamBuf* pDestination, OdUInt64 sourceStart = 0, OdUInt64 sourceEnd = 0);

Copies the specified bytes from this StreamBuf object to the specified StreamBuf object.

Parameters
Description
pDestination
[in] Pointer to the StreamBuf object to receive the data.
sourceStart
[in] Starting position of the file pointer of this StreamBuf object.
sourceEnd
[in] Ending position of the file pointer of this StreamBuf object.

Bytes are copied from sourceStart to sourceEnd inclusive.

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