org.ipdr.xdr
Class IPDRXDRDocEndHelper

java.lang.Object
  extended by org.ipdr.xdr.IPDRXDRDocEndHelper

public abstract class IPDRXDRDocEndHelper
extends java.lang.Object

This class is used for writing IPDR DocEnd to the output stream and reading IPDR DocEnd from the input stream.


Constructor Summary
IPDRXDRDocEndHelper()
           
 
Method Summary
static IPDRDocEnd read(XDRUnMarshaller istream)
          Method used to read IPDR DocEnd from the input stream.
static void write(XDRMarshaller ostream, IPDRDocEnd value)
          Method used to write IPDR DocEnd to the output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPDRXDRDocEndHelper

public IPDRXDRDocEndHelper()
Method Detail

read

public static IPDRDocEnd read(XDRUnMarshaller istream)
                       throws java.io.IOException
Method used to read IPDR DocEnd from the input stream.

Parameters:
istream - Input stream to read from
Returns:
IPDR DocEnd read
Throws:
java.io.IOException - when an exception occurs while reading

write

public static void write(XDRMarshaller ostream,
                         IPDRDocEnd value)
                  throws java.io.IOException
Method used to write IPDR DocEnd to the output stream.

Parameters:
ostream - Output stream to write to
value - IPDR DocEnd to write
Throws:
java.io.IOException - when an exception occurs while writing