|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ipdr.xdr.IPDRXDRDocEndHelper
public abstract class IPDRXDRDocEndHelper
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 |
---|
public IPDRXDRDocEndHelper()
Method Detail |
---|
public static IPDRDocEnd read(XDRUnMarshaller istream) throws java.io.IOException
istream
- Input stream to read from
java.io.IOException
- when an exception occurs while readingpublic static void write(XDRMarshaller ostream, IPDRDocEnd value) throws java.io.IOException
ostream
- Output stream to write tovalue
- IPDR DocEnd to write
java.io.IOException
- when an exception occurs while writing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |