com.web_visage.ichat
Class IChatServerForwardMessage

java.lang.Object
  extended by com.web_visage.ichat.IChatServerForwardMessage
All Implemented Interfaces:
ByteRepresentable

public class IChatServerForwardMessage
extends java.lang.Object
implements ByteRepresentable

Server iChat forward message.

Author:
K.Baturytski

Constructor Summary
IChatServerForwardMessage(byte[] aCryptedMessage)
          Constructor.
 
Method Summary
 byte[] asByteArray()
          Returns byte representation of the message.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IChatServerForwardMessage

public IChatServerForwardMessage(byte[] aCryptedMessage)
Constructor.

Parameters:
aCryptedMessage -
Method Detail

asByteArray

public byte[] asByteArray()
Returns byte representation of the message.

Specified by:
asByteArray in interface ByteRepresentable
Returns: