This class defines the interface for paged-memory I/O objects.
Corresponding C++ library: TD_Root
File: MemoryStream.h
Module: API Reference
Default constructor for this class. (Inherited from OdRxObject) | |
The virtual destructor for this class. (Inherited from OdRxObject) |
| |
(Inherited from OdStreamBuf) | |
Declares the method incrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
Casts the specified raw pointer to the smart pointer. (Inherited from OdRxObject) | |
Creates a *clone* of this object, and returns a pointer to the *clone*. (Inherited from OdRxObject) | |
Compares another object to this one in a some meaning. (Inherited from OdRxObject) | |
Copies the specified bytes from this StreamBuf object to the specified StreamBuf object. (Inherited from OdStreamBuf) | |
details Copies the contents of the specified object into this object. (Inherited from OdRxObject) | |
Creates a new MemoryStream object, and returns a SmartPointer to the new object. | |
Returns the raw pointer to the class describing instance statically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Returns a unique file name to be associated with this MemoryStream object. | |
Returns the name of the file associated with this StreamBuf object. (Inherited from OdStreamBuf) | |
Returns the byte at the current position of the file pointer for this StreamBuf object, and increments the pointer. (Inherited from OdStreamBuf) | |
Returns the specified number of bytes, starting at the current position of the file pointer for this StreamBuf object, and increments the pointer by numBytes. (Inherited from OdStreamBuf) | |
Returns the share mode for this StreamBuf object. (Inherited from OdStreamBuf) | |
Returns the raw pointer to the class describing instance dynamically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Returns true if and only if the current position of the file pointer for this StreamBuf object is at the end of file. (Inherited from OdStreamBuf) | |
Returns true if and only if the specified object is equal to this one in a some meaning. (Inherited from OdRxObject) | |
Checks whether the object belongs to the specified class and returns true if and only if this object is an instance of the specified class or a subclass of the specified class. (Inherited from OdRxObject) | |
Returns the length in bytes of the file associated with this StreamBuf object. (Inherited from OdStreamBuf) | |
Returns the value of the reference counter, that is, the number of references to an instance of this class. (Inherited from OdRxObject) | |
Returns the PageDataSize for this MemoryStream object. | |
Writes the byte to the current position of the file pointer for this StreamBuf object, and increments the pointer. (Inherited from OdStreamBuf) | |
Writes the specified number of bytes, starting at the current position of the file pointer for this StreamBuf object, and increments the pointer by numBytes. (Inherited from OdStreamBuf) | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class. (Inherited from OdRxObject) | |
Declares the method decrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
Reserves the specified number of bytes for this MemoryStream object. | |
Sets the current position of the file pointer for this StreamBuf object to zero. (Inherited from OdStreamBuf) | |
for internal use (Inherited from OdRxObject) | |
(Inherited from OdRxObject) | |
Moves the current position of the file pointer for this StreamBuf object to the specified location. (Inherited from OdStreamBuf) | |
Sets the PageDataSize for this MemoryStream object. | |
Returns the current position of the file pointer for this StreamBuf object. (Inherited from OdStreamBuf) | |
Sets the length of the file associated with this StreamBuf object to zero. (Inherited from OdStreamBuf) | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class, or throws an exception if it cannot. (Inherited from OdRxObject) |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|