Creating and Using XDR Data Streams

You get XDR data streams by calling creation routines that take arguments specifically designed for the properties of the stream. There are existing XDR data streams for serializing or deserializing data in standard input and output streams, memory streams, and record streams.

Note: RPC clients do not have to create XDR streams, because the RPC system creates and passes these streams to the client.

The types of data streams include:


[Back: XDR Nonfilter Primitives]
[Next: Standard I/O Streams]