ACLMessage
object back from raw data, using the specific message representation to interpret the byte sequence.
@param data The byte sequence containing the encoded message.
@param charset Charset encoding to use (e.g. US_ASCII, UTF-8, etc)
@return A new ACLMessage
object, built from the rawdata.
@exception CodecException If some kind of syntax error occurs.
|
|
|
|
|
|
|
|
|
|