Input/Output Data Stream Utility Functions

This group of functions is used to operate on input or output data streams. The decode functions generated by the XBinder compiler can read and decode from a stream that was created using these functions. A stream is an abstraction of some physical input medium such as a file, memory buffer, or socket interface.

The key functions in this group are as follows:

For a complete list and full description of all of the stream input/output functions, see the XBinder C/ C++ Runtime Reference Manual.