Package comm2j

Interface Summary
MessageI MessageI is the basic interface used to send and receive message to/from remote server
 

Class Summary
ByteMessage ByteMessage is the message class used to send and receive bytes to/from remote server.
Comm2J Comm2j is a class used to communicate with a Server (J2ME or J2SE), transmitting and receiving Messages.
It uses Read2J to communicate with the Server.
DateMessage DateMessage is the message class used to send and receive date to/from remote server.
IntegerMessage IntegerMessage is the message class used to send and receive integer to/from remote server.
LongMessage LongMessage is the message class used to send and receive long to/from remote server.
LZW2J LZW2J is a class used to compress/decompress an Input-/OutputStream
Message Message is the basic class used to send and receive message to/from remote server.
It will be derived to manage different type of message.
Do NOT use this class directly!
Read2J Read2J is a class used to communicate with another peer (J2ME or J2SE), transmitting and receiving Messages throws an opened Socket connection.
Read2J supports compression (LZW), too.
ShortMessage ShortMessage is the message class used to send and receive short to/from remote server.
StringMessage StringMessage is the message class used to send and receive strings to/from remote server.
VectorMessage VectorMessage is the message class used to send and receive vector of messages to/from remote server.