|
| OdBlob (OdUInt32 nPageSize=0x1000) |
|
bool | rdBool () |
|
void | wrBool (bool) |
|
OdInt8 | rdInt8 () |
|
void | wrInt8 (OdInt8) |
|
OdInt16 | rdInt16 () |
|
void | wrInt16 (OdInt16) |
|
OdInt32 | rdInt32 () |
|
void | wrInt32 (OdInt32) |
|
OdInt64 | rdInt64 () |
|
void | wrInt64 (OdInt64) |
|
double | rdDouble () |
|
void | wrDouble (double) |
|
OdGePoint3d | rdPoint3d () |
|
void | wrPoint3d (const OdGePoint3d &) |
|
OdGeVector3d | rdVector3d () |
|
void | wrVector3d (const OdGeVector3d &) |
|
void * | rdAddress () |
|
void | wrAddress (const void *) |
|
void | rdBytes (void *buf, OdUInt32 len) |
|
void | wrBytes (const void *buf, OdUInt32 len) |
|
void | rdPoints2d (OdGePoint2d *points, OdUInt32 num) |
|
void | wrPoints2d (const OdGePoint2d *points, OdUInt32 num) |
|
void | rdPoints3d (OdGePoint3d *points, OdUInt32 num) |
|
void | wrPoints3d (const OdGePoint3d *points, OdUInt32 num) |
|
void | wrDoubles (const double *doubles, OdUInt32 num) |
|
void | rdDoubles (double *doubles, OdUInt32 num) |
|
void | rdObjectIds (OdDbStub **pRes, OdUInt32 num) |
|
OdDbStub * | rdObjectId () |
|
void | wrObjectId (const OdDbStub *id) |
|
void | addRef () |
|
void | release () |
|
| OdMemoryStreamImpl (OdUInt32 nPageDataSize=0x400) |
|
OdUInt32 | pageDataSize () const |
|
void | setPageDataSize (OdUInt32 nPageSize) |
|
void | reserve (OdUInt64 nSize) |
|
OdUInt64 | length () |
|
OdUInt64 | seek (OdInt64 offset, OdDb::FilerSeekType whence) |
|
const void * | pageAlignedAddress (OdUInt32 nLen) |
|
OdUInt64 | tell () |
|
bool | isEof () |
|
OdUInt8 | getByte () |
|
void | getBytes (void *buffer, OdUInt32 nLen) |
|
void | putByte (OdUInt8 val) |
|
void | putBytes (const void *buffer, OdUInt32 nLen) |
|
void | rewind () |
|
void | truncate () |
|
| ~OdMemoryStreamImpl () |
|
Definition at line 35 of file OdBlob.h.