|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--asgaard.utils.encode.ObjectDecoder
Is a Decoder, using HexDecInputStream
to decode an object
encoded by ObjectEncoder
.
HexEncOutputStream
,
ObjectEncoder
Constructor Summary | |
ObjectDecoder()
Creates a new Decoder. |
Method Summary | |
java.lang.Object |
getObject()
Get the decoded Object. |
void |
setEncoded(java.lang.String s)
Set the encoded data. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ObjectDecoder()
Method Detail |
public void setEncoded(java.lang.String s) throws java.io.IOException
public java.lang.Object getObject() throws java.io.IOException, java.lang.ClassNotFoundException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |