XDR Buffer Creation
XDR Buffer Creation
- There are a number of buffer creation functions in the XDR library.
- xdrmem_create
- destination for encoding -or- source for decoding is a chunk of memory.
- xdrstdio_create
- destination for encoding -or- source for decoding is a file descriptor.