API Reference > Other Classes > OdByteData Class
OdByteData Class
OdByteDataOdByteDataOdByteData
Syntax
C++
class OdByteData : public OdRxObject;

OleStorage.h

This class is the base class for custom classes that implement unsigned ByteData storage. Corresponding C++ library: TD_Db

 
Name 
Description 
 
Empties this ByteData object. 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdByteData. 
 
Copies the specified bytes from this ByteData object to the specified buffer.
 
 
Resizes this ByteData object.  
 
size 
Returns the number of bytes in this ByteData object. 
 
Copies the specified bytes from the specified buffer to this ByteData object.
bufferSize 
Name 
Description 
This is nested type OdByteData::SizeType. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.