API Reference > OdDb Classes > OdDbDxfFiler Class > OdDbDxfFiler Methods > wrBinaryChunk Method > OdDbDxfFiler::wrBinaryChunk Method (int, OdUInt8*, OdUInt32)
OdDbDxfFiler::wrBinaryChunk Method (int, OdUInt8*, OdUInt32)
Syntax
C++
virtual void wrBinaryChunk(int groupCode, const OdUInt8* buffer, OdUInt32 numBytes) = 0;
Parameters 
Description 
int groupCode 
[in] Group code.  
const OdUInt8* buffer 
[in] Array of bytes. 
OdUInt32 numBytes 
[in] Number of bytes.  

Writes the specified BinaryChunk value to this Filer object.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.