XDR Programming
XDR Programming
- Most XDR implementations are based on a buffer paradigm.
- A buffer is allocated that is large enough to hold an entire message.
- Individual data items are added to the buffer one at a time.
- XDR buffers can be attached to a file, pipe, socket or memory.