|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.web_visage.ichat.DefaultByteConverter
public class DefaultByteConverter
Default binary message converter;
| Field Summary |
|---|
| Fields inherited from interface com.web_visage.ichat.IChatMessageConstants |
|---|
BEGIN_END_MARKER, COMMON_LINE, ICHAT_TAG, PRIVATE_TAG, SEPARATOR, WILDCARD |
| Constructor Summary | |
|---|---|
DefaultByteConverter()
Constructor. |
|
DefaultByteConverter(byte[] signatureBytes,
byte[] messageSep,
byte[] paramSep)
Constructor. |
|
| Method Summary | |
|---|---|
byte[] |
convert(IChatMessage message)
Converts message to binary form. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultByteConverter()
public DefaultByteConverter(byte[] signatureBytes,
byte[] messageSep,
byte[] paramSep)
signatureBytes - messageSep - paramSep - | Method Detail |
|---|
public byte[] convert(IChatMessage message)
ByteConverter
convert in interface ByteConvertermessage - -
message to convert
ByteConverter.convert(com.web_visage.ichat.IChatMessage)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||