API Reference > OdDb Classes > OdDbDwgFiler Class > OdDbDwgFiler Methods > OdDbDwgFiler::rdBytes Method
OdDbDwgFiler::rdBytes Method
Syntax
C++
virtual void rdBytes(void* buffer, OdUInt32 numBytes) = 0;
Parameters 
Description 
void* buffer 
[out] Receives the bytes.  
OdUInt32 numBytes 
[in] Number of bytes. 

Returns the specified number of bytes from this Filer object.

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