CFx SDK Documentation
2020SP3
|
#include <FlatMemStream.h>
Static Public Member Functions | |
static OdFlatMemStreamPtr | createNew (OdUInt64 numBytes) |
![]() | |
static OdFlatMemStreamPtr | createNew (void *buffer, OdUInt64 numBytes, OdUInt64 curPosition=0) |
![]() | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Additional Inherited Members | |
![]() | |
OdFlatMemStream () | |
![]() | |
virtual void | append (OdUInt64 numBytes) |
![]() | |
OdStreamBuf () | |
![]() | |
void * | m_pMemData |
![]() | |
OdUInt64 | m_nEndPos |
OdUInt64 | m_nCurPos |
This class implements memory-resident stream buffer holding its own memory. Corresponding C++ library: TD_Root <group Other_Classes>
Definition at line 147 of file FlatMemStream.h.
|
inline |
Definition at line 151 of file FlatMemStream.h.
|
static |
Creates a new FlatMemStream object, and returns a SmartPointer to the new object.
numBytes | [in] Number of bytes. |