|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ipdr.xdr.IPDRStreamElementHelper
public abstract class IPDRStreamElementHelper
This class is used for writing IPDR Stream Elements to the output stream and reading IPDR Stream Elements from the input stream.
| Constructor Summary | |
|---|---|
IPDRStreamElementHelper()
|
|
| Method Summary | |
|---|---|
static IPDRStreamElement |
read(XDRUnMarshaller istream)
Method used to read IPDR Stream Elements from the input stream. |
static IPDRStreamElement |
read(XDRUnMarshaller istream,
CompositeType[] tlist)
Method used to read IPDR Stream Elements from the input stream. |
static void |
write(XDRMarshaller ostream,
IPDRStreamElement value)
Method used to write IPDR Stream Elements 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 IPDRStreamElementHelper()
| Method Detail |
|---|
public static IPDRStreamElement read(XDRUnMarshaller istream,
CompositeType[] tlist)
throws java.io.IOException,
BadCompositeException,
IPDRException
istream - Input stream to read fromtlist - List of Composite Types
java.io.IOException - when an exception occurs while reading
IPDRException - when a IPDR functionality related exception occurs
BadCompositeException - when an exception occurs creation of
Composite Data
public static IPDRStreamElement read(XDRUnMarshaller istream)
throws java.io.IOException,
BadCompositeException,
IPDRException
istream - Input stream to read from
java.io.IOException - when an exception occurs while reading
IPDRException - when a IPDR functionality related exception occurs
BadCompositeException - when an exception occurs creation of
Composite Data
public static void write(XDRMarshaller ostream,
IPDRStreamElement value)
throws java.io.IOException,
IPDRException
ostream - Output stream to write tovalue - IPDR Stream Element to write
java.io.IOException - when an exception occurs while writing
IPDRException - when a IPDR functionality related exception occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||