|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ipdr.xdr.NameSpaceInfoHelper
public abstract class NameSpaceInfoHelper
This class is used for writing NameSpaces to the output stream and reading NameSpaces from the input stream.
Constructor Summary | |
---|---|
NameSpaceInfoHelper()
|
Method Summary | |
---|---|
static NameSpaceInfo |
read(XDRUnMarshaller istream)
Method used to read a NameSpace Info from the input stream. |
static void |
write(XDRMarshaller ostream,
NameSpaceInfo value)
Method used to write a NameSpace Info 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 NameSpaceInfoHelper()
Method Detail |
---|
public static NameSpaceInfo read(XDRUnMarshaller istream) throws java.io.IOException, IPDRException
istream
- Input stream to read from
java.io.IOException
- when an exception occurs while reading
IPDRException
- when a IPDR functionality related exception occurspublic static void write(XDRMarshaller ostream, NameSpaceInfo value) throws java.io.IOException
ostream
- Output stream to write tovalue
- NameSpace Info 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 |