| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteArray | |
fipaos.parser.acl.bitefficient | |
fipaos.parser.acl.util |
Uses of ByteArray in fipaos.parser.acl.bitefficient |
Methods in fipaos.parser.acl.bitefficient that return ByteArray | |
ByteArray | ACLEncoder.encode(ACL m, byte c) Encodes an ACL message. |
ByteArray | ACLEncoder.encode(ACL m) Encodes an ACL message. |
ByteArray | BinNumber.fromBin(ByteArray bb) |
ByteArray | BinNumber.toBin(ByteArray b) Converts String representation to ByteArray |
ByteArray | BinNumber.toBin(String s) |
Methods in fipaos.parser.acl.bitefficient with parameters of type ByteArray | |
ByteArray | BinNumber.fromBin(ByteArray bb) |
ByteArray | BinNumber.toBin(ByteArray b) Converts String representation to ByteArray |
Uses of ByteArray in fipaos.parser.acl.util |
Methods in fipaos.parser.acl.util that return ByteArray | |
ByteArray | ByteArray.add(byte b) Add a byte to this array. |
ByteArray | ByteArray.add(byte[] b, int len) Add a array of bytes to this array |
ByteArray | ByteArray.add(ByteArray b) Add a ByteArray to this array |
ByteArray | ByteArray.addToPos(byte b, int pos) Add a byte to this array is specified position. |
Methods in fipaos.parser.acl.util with parameters of type ByteArray | |
ByteArray | ByteArray.add(ByteArray b) Add a ByteArray to this array |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |