|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.demac.impl.j2me.transport.protocol.ByteCoder
public abstract class ByteCoder
Constructor Summary | |
---|---|
ByteCoder()
|
|
ByteCoder(ByteCoder coder)
|
Method Summary | |
---|---|
byte[] |
decode(byte[] code)
|
byte[] |
encode(byte[] msg)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteCoder()
public ByteCoder(ByteCoder coder)
Method Detail |
---|
public byte[] encode(byte[] msg) throws EncodingException
EncodingException
public byte[] decode(byte[] code) throws EncodingException
EncodingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |