|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.acplt.oncrpc.XdrEncodingStream
edu.berkeley.psi.tagged.api.TaggedEncodingStream
public abstract class TaggedEncodingStream
An extension of XdrEncodingStream that allows TaggedIF objects to be written. It outputs a 0 tag for null pointers and otherwise reflects back to the TaggedIF interface for outputting the tag and the object contents.
| Constructor Summary | |
|---|---|
TaggedEncodingStream()
|
|
| Method Summary | |
|---|---|
void |
put(TaggedIF tobj)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaggedEncodingStream()
| Method Detail |
|---|
public final void put(TaggedIF tobj)
throws OncRpcException,
java.io.IOException,
TaggedException
OncRpcException
java.io.IOException
TaggedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||