Manipulating an XDR Data Stream
XDR provides the following routines for describing the data stream position
and changing the data stream position:
Routine
xdr
_ getpos ( )
Returnsanunsignedintegerthatdescribesthecurrentpositioninthedatastream
xdr
_ setpos ( )
ChangesthecurrentpositionintheXDRstream
[Back: Record Streams]
[Next: Implementing an XDR Data Stream]