All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netbula.ORPC.XDR

java.lang.Object
   |
   +----netbula.ORPC.XDR

public abstract class XDR
extends Object
See Also:
XDT

Variable Index

 o XDR_DECODE
 o XDR_ENCODE
 o XDR_FREE
 o xdr_op

Constructor Index

 o XDR()

Method Index

 o dec_array(XDT)
 o dec_boolean()
 o dec_byte()
 o dec_bytes()
 o dec_bytes(int)
 o dec_char()
 o dec_char_array()
 o dec_double()
 o dec_double_array()
 o dec_float()
 o dec_float_array()
 o dec_int()
 o dec_int_array()
 o dec_long()
 o dec_long_array()
 o dec_opaque(int)
 o dec_ref(XDT)
 o dec_short()
 o dec_short_array()
 o dec_String()
 o dec_void()
 o enc_array(XDT[])
 o enc_boolean(boolean)
 o enc_byte(byte)
 o enc_bytes(byte[])
 o enc_bytes(byte[], int)
 o enc_char(char)
 o enc_char_array(char[])
 o enc_double(double)
 o enc_double_array(double[])
 o enc_float(float)
 o enc_float_array(float[])
 o enc_int(int)
 o enc_int_array(int[])
 o enc_long(long)
 o enc_long_array(long[])
 o enc_opaque(byte[], int)
 o enc_ref(XDT)
 o enc_short(short)
 o enc_short_array(short[])
 o enc_String(String)
 o enc_void()
 o op()
 o xdr_byte_vec(byte[])
 o xdr_char_vec(char[])
 o xdr_double_vec(double[])
 o xdr_float_vec(float[])
 o xdr_int_vec(int[])
 o xdr_long_vec(long[])
 o xdr_short_vec(short[])
 o xdr_vec(XDT[], XDT)

Variables

 o XDR_ENCODE
 public static final int XDR_ENCODE
 o XDR_DECODE
 public static final int XDR_DECODE
 o XDR_FREE
 public static final int XDR_FREE
 o xdr_op
 public int xdr_op

Constructors

 o XDR
 public XDR()

Methods

 o op
 public int op()
 o enc_int
 public void enc_int(int i) throws XDRError
 o dec_int
 public int dec_int() throws XDRError
 o xdr_int_vec
 public void xdr_int_vec(int iv[]) throws XDRError
 o enc_int_array
 public void enc_int_array(int iv[]) throws XDRError
 o dec_int_array
 public int[] dec_int_array() throws XDRError
 o enc_boolean
 public void enc_boolean(boolean b) throws XDRError
 o dec_boolean
 public boolean dec_boolean() throws XDRError
 o enc_short
 public void enc_short(short i) throws XDRError
 o dec_short
 public short dec_short() throws XDRError
 o xdr_short_vec
 public void xdr_short_vec(short iv[]) throws XDRError
 o enc_short_array
 public void enc_short_array(short iv[]) throws XDRError
 o dec_short_array
 public short[] dec_short_array() throws XDRError
 o enc_byte
 public void enc_byte(byte i) throws XDRError
 o dec_byte
 public byte dec_byte() throws XDRError
 o xdr_byte_vec
 public void xdr_byte_vec(byte value[]) throws XDRError
 o enc_char
 public void enc_char(char i) throws XDRError
 o dec_char
 public char dec_char() throws XDRError
 o xdr_char_vec
 public void xdr_char_vec(char iv[]) throws XDRError
 o enc_char_array
 public void enc_char_array(char iv[]) throws XDRError
 o dec_char_array
 public char[] dec_char_array() throws XDRError
 o enc_float
 public void enc_float(float i) throws XDRError
 o dec_float
 public float dec_float() throws XDRError
 o xdr_float_vec
 public void xdr_float_vec(float iv[]) throws XDRError
 o enc_float_array
 public void enc_float_array(float iv[]) throws XDRError
 o dec_float_array
 public float[] dec_float_array() throws XDRError
 o enc_long
 public void enc_long(long val) throws XDRError
 o dec_long
 public long dec_long() throws XDRError
 o xdr_long_vec
 public void xdr_long_vec(long iv[]) throws XDRError
 o enc_long_array
 public void enc_long_array(long iv[]) throws XDRError
 o dec_long_array
 public long[] dec_long_array() throws XDRError
 o enc_double
 public void enc_double(double val) throws XDRError
 o dec_double
 public double dec_double() throws XDRError
 o xdr_double_vec
 public void xdr_double_vec(double iv[]) throws XDRError
 o enc_double_array
 public void enc_double_array(double iv[]) throws XDRError
 o dec_double_array
 public double[] dec_double_array() throws XDRError
 o enc_void
 public void enc_void()
 o dec_void
 public void dec_void()
 o enc_opaque
 public void enc_opaque(byte value[],
                        int length) throws XDRError
 o dec_opaque
 public byte[] dec_opaque(int length) throws XDRError
 o enc_bytes
 public void enc_bytes(byte value[],
                       int max) throws XDRError
 o enc_bytes
 public void enc_bytes(byte value[]) throws XDRError
 o dec_bytes
 public byte[] dec_bytes(int max) throws XDRError
 o dec_bytes
 public byte[] dec_bytes() throws XDRError
 o enc_String
 public void enc_String(String str) throws XDRError
 o dec_String
 public String dec_String() throws XDRError
 o xdr_vec
 public void xdr_vec(XDT xarr[],
                     XDT type) throws XDRError
 o enc_array
 public void enc_array(XDT xarr[]) throws XDRError
 o dec_array
 public XDT[] dec_array(XDT type) throws XDRError
 o enc_ref
 public void enc_ref(XDT type) throws XDRError
 o dec_ref
 public XDT dec_ref(XDT type) throws XDRError

All Packages  Class Hierarchy  This Package  Previous  Next  Index