All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netbula.ORPC.XDRIOStream

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

public class XDRIOStream
extends XDR
Class to serialize XDT objects from/to an IO stream, such as a file.


Constructor Index

 o XDRIOStream(InputStream)
To decode from an InputStream
 o XDRIOStream(OutputStream)
To encode to an OutputStream

Method Index

 o reset()
Reinitialize the XDRIOStream object

Constructors

 o XDRIOStream
 public XDRIOStream(InputStream in)
To decode from an InputStream

 o XDRIOStream
 public XDRIOStream(OutputStream out)
To encode to an OutputStream

Methods

 o reset
 public void reset()
Reinitialize the XDRIOStream object


All Packages  Class Hierarchy  This Package  Previous  Next  Index