#include <flaim.h>
Public Member Functions | |
virtual RCODE | read (FLMUINT uiLength, void *pvBuffer, FLMUINT *puiBytesRead)=0 |
Read data for an "unknown" object from the RFL. | |
virtual RCODE | write (FLMUINT uiLength, void *pvBuffer)=0 |
Write data to an "unknown" object in the RFL. | |
virtual RCODE | close (void)=0 |
Close the stream. |
The application must implement this class.
|
Close the stream. If this is an input stream (read-only), the object should read to the end of the stream, discarding any remaining data. |
|
Read data for an "unknown" object from the RFL.
|
|
Write data to an "unknown" object in the RFL.
|