|
CFx SDK Documentation
2023 SP0
|
#include <RxFS.h>
Public Member Functions | |
| Stream & | seek (OdUInt64 pos) |
| OdUInt64 | size () |
| OdAnsiString | toStr () |
| void | putStr (const OdString &str) |
| void | putStr (const OdAnsiString &str) |
| virtual OdUInt64 | seek (OdInt64 offset, OdDb::FilerSeekType seekType) |
Public Member Functions inherited from OdStreamBuf | |
| ODRX_DECLARE_MEMBERS (OdStreamBuf) | |
| virtual OdString | fileName () |
| virtual bool | isEof () |
| virtual OdUInt64 | tell () |
| virtual OdUInt64 | length () |
| virtual void | truncate () |
| virtual void | rewind () |
| virtual OdUInt64 | seek (OdInt64 offset, OdDb::FilerSeekType seekType) |
| virtual OdUInt8 | getByte () |
| virtual void | getBytes (void *buffer, OdUInt32 numBytes) |
| virtual void | putByte (OdUInt8 value) |
| virtual void | putBytes (const void *buffer, OdUInt32 numBytes) |
| virtual void | copyDataTo (OdStreamBuf *pDestination, OdUInt64 sourceStart=0, OdUInt64 sourceEnd=0) |
| virtual OdUInt32 | getShareMode () |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| virtual void | addRef ()=0 |
| virtual void | release ()=0 |
| virtual long | numRefs () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual void | copyFrom (const OdRxObject *pSource) |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
Protected Member Functions inherited from OdStreamBuf | |
| OdStreamBuf () | |
| virtual OdUInt64 OdStreamBuf::seek |
Moves the current position of the file pointer for this StreamBuf object to the specified location.
| offset | [in] Number of bytes. |
| seekType | [in] Seek type. |
Value Description. OdDb::kSeekFromStart SEEK_SET Start of file. OdDb::kSeekFromCurrent SEEK_CUR Current position of file pointer. OdDb::kSeekFromEnd SEEK_END End of file.