All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class distinct.rpc.rpcbind.netbuf

java.lang.Object
   |
   +----distinct.rpc.rpcbind.netbuf

public class netbuf
extends Object
implements XDRType
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
netbuf: was struct


Variable Index

 o buf
 o maxlen

Constructor Index

 o netbuf()
Default constructor for objects of class netbuf.
 o netbuf(int, byte[])
Creates an object of class netbuf.

Method Index

 o xdr_decode(XDRStream)
Decodes an object of class netbuf in compliance to RFC 1832 (XDR).
 o xdr_encode(XDRStream)
Encodes an object of class netbuf in compliance to RFC 1832 (XDR).

Variables

 o maxlen
 public int maxlen
 o buf
 public byte buf[]

Constructors

 o netbuf
 public netbuf()
Default constructor for objects of class netbuf.

 o netbuf
 public netbuf(int arg_maxlen,
               byte arg_buf[])
Creates an object of class netbuf.

Parameters:
arg_maxlen - The value of the maxlen component.
arg_buf - The value of the buf component.

Methods

 o xdr_encode
 public void xdr_encode(XDRStream xdrs)
Encodes an object of class netbuf in compliance to RFC 1832 (XDR).

Parameters:
xdrs - The XDR output stream.
 o xdr_decode
 public void xdr_decode(XDRStream xdrs) throws RPCError
Decodes an object of class netbuf in compliance to RFC 1832 (XDR).

Parameters:
xdrs - The XDR input stream.
Throws: RPCError
When the calls fails for any reason.

All Packages  Class Hierarchy  This Package  Previous  Next  Index