|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--fipaos.parser.acl.bitefficient.ACLEncoder
ACLEncoder implements an encoder for bit-efficient ACLMessages.
| Constructor Summary | |
ACLEncoder()
Constructor for the encoder. |
|
ACLEncoder(int sz)
Constructor for the encoder. |
|
ACLEncoder(int sz,
EncoderCodetable ct)
Constructor for the encoder. |
|
| Method Summary | |
ByteArray |
encode(ACL m)
Encodes an ACL message. |
ByteArray |
encode(ACL m,
byte c)
Encodes an ACL message. |
EncoderCodetable |
getCodeTable()
Returns the codetable associated with this encoder |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ACLEncoder()
public ACLEncoder(int sz)
public ACLEncoder(int sz,
EncoderCodetable ct)
| Method Detail |
public EncoderCodetable getCodeTable()
public ByteArray encode(ACL m)
m - Message to encode
public ByteArray encode(ACL m,
byte c)
m - Message to encodec - Coding scheme (ACL_BITEFFICIENT_CODETABLE or
ACL_BITEFFICIENT_NO_CODETABLE)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||