|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.caleigo.toolkit.tunnel.SerializeCodec
Constructor Summary | |
SerializeCodec()
|
Method Summary | |
java.lang.Object |
decode(java.io.InputStream in)
Reads bytes from the InputStream and transforms them into a message that is returned. |
void |
encode(java.lang.Object message,
java.io.OutputStream out)
Transforms a message into bytes and writes them to the OutputStream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SerializeCodec()
Method Detail |
public void encode(java.lang.Object message, java.io.OutputStream out) throws java.io.IOException
encode
in interface ITunnelCodec
java.io.IOException
public java.lang.Object decode(java.io.InputStream in) throws java.io.IOException
decode
in interface ITunnelCodec
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |