Uses of Class
fipaos.parser.acl.util.ByteArray

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
ByteArrayACLEncoder.encode(ACL m, byte c)
          Encodes an ACL message.
ByteArrayACLEncoder.encode(ACL m)
          Encodes an ACL message.
ByteArrayBinNumber.fromBin(ByteArray bb)
          
ByteArrayBinNumber.toBin(ByteArray b)
          Converts String representation to ByteArray
ByteArrayBinNumber.toBin(String s)
          
 

Methods in fipaos.parser.acl.bitefficient with parameters of type ByteArray
ByteArrayBinNumber.fromBin(ByteArray bb)
          
ByteArrayBinNumber.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
ByteArrayByteArray.add(byte b)
          Add a byte to this array.
ByteArrayByteArray.add(byte[] b, int len)
          Add a array of bytes to this array
ByteArrayByteArray.add(ByteArray b)
          Add a ByteArray to this array
ByteArrayByteArray.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
ByteArrayByteArray.add(ByteArray b)
          Add a ByteArray to this array