Protected virtual method that deallocates any resources owned by the object.
- Parameters
-
- Returns
- Operation status.
- See also
- kObject_VRelease. Protected virtual method that reads up to the specified number of bytes from the stream.
This method should be overridden by derived stream classes that support reading.
- Parameters
-
stream | Stream object. |
buffer | Destination for bytes that are read. |
minCount | Minimum count of bytes to read. |
maxCount | Maximum count of bytes to read. |
bytesRead | Receives count of bytes read. |
- Returns
- Operation status.