OSRTStreamIF Class Reference
[ASN.1 Stream Classes]
Inheritance diagram for OSRTStreamIF:

Public Member Functions | |
| virtual int | close ()=0 |
| Closes the input or output stream and releases any system resources associated with the stream. | |
| virtual int | flush ()=0 |
| Flushes the buffered data to the stream. | |
| virtual OSBOOL | isOpened ()=0 |
| Checks, is the stream opened or not. | |
Detailed Description
Definition at line 41 of file OSRTStreamIF.h.
Member Function Documentation
|
|
Closes the input or output stream and releases any system resources associated with the stream. For output streams this function also flushes all internal buffers to the stream.
Implemented in OSRTInputStream, OSRTOutputStream, and OSRTStream. |
|
|
Flushes the buffered data to the stream.
Implemented in OSRTInputStream, OSRTOutputStream, and OSRTStream. |
|
|
Checks, is the stream opened or not.
Implemented in OSRTInputStream, OSRTOutputStream, and OSRTStream. |
The documentation for this class was generated from the following file:
