|
|
 |
|
#include <rtStream.h>
List of all members.
Detailed Description
This structure is used to define a stream control block for keeping track of stream operations. A user may implement his own specific stream operations by defining read, skip, and close functions for input streams and write, flush, and close for output streams.
Member Data Documentation
|
|
physical size of pctxt->buffer.data buf |
|
|
the number of bytes already processed |
|
|
pointer to close function |
|
|
pointer to stream-specific data |
|
|
flags (see OSRTSTRMF_* macros |
|
|
pointer to flush function |
|
|
id of stream (see OSRTSTRMID_* macros |
|
|
the actual number of bytes already read/written |
|
|
the marked number of bytes already processed |
|
|
pointer to write function |
The documentation for this struct was generated from the following file:
|
This document may be distributed in any form, electronic
or otherwise, provided that it is distributed in its entirety
and that the copyright and this notice are included.
|
This file was last modified on
1 Oct 2004. ASN1C C/C++ Common Runtime, ASN1C v5.7x |
|