API Reference > Classes > PRC Entities Input/output Operations for Entities > OdPrcUncompressedFiler Class > OdPrcUncompressedFiler Methods > OdPrcUncompressedFiler::writeUncompressedBlock Method
OdPrcUncompressedFiler::writeUncompressedBlock Method
Syntax
C++
virtual void writeUncompressedBlock(const OdUInt8 * pBuf, OdUInt32 size);
Parameters 
Description 
const OdUInt8 * pBuf 
[in] A constant pointer to a block.  
OdUInt32 size 
[in] An integer value of a block size. 

Writes a block of specific size to the file associated with the filer. 

 

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.