Bees v0.5.0 API

Uses of Class
bees.core.ByteArray

Packages that use ByteArray
bees.core The core functionality for Bees, including, capabilities, coroutines, and events. 
 

Uses of ByteArray in bees.core
 

Subclasses of ByteArray in bees.core
 class CipheredXdrByteArray
          A CipheredXdrByteArray is a convenience for encrypting/decrypting an XdrByteArray.
 class SignedXdrByteArray
          A SignedXdrByteArray is a convenience for signing/verifying an XdrByteArray.
 class XdrByteArray
          A ByteArray subclass that supports xdr based encoding.
 

Methods in bees.core that return ByteArray
 ByteArray XdrByteArray.BYTEARRAY()
           
 

Methods in bees.core with parameters of type ByteArray
static int Xdr.BYTEARRAY(ByteArray x)
           
 void Xdr.PUT(ByteArray x)
           
 void ByteArray.setBytes(int dstBegin, ByteArray src, int srcBegin, int length)
          Copy a range of bytes to the array from another byte array.
 void XdrByteArray.PUT(ByteArray x)
           
 

Constructors in bees.core with parameters of type ByteArray
ByteArray(ByteArray parent, int offset)
          Construct a new ByteArray object that wraps the byte array encapsulated by another ByteArray object.
ByteArray(ByteArray parent, int offset, int len)
          Construct a new ByteArray object that wraps the byte array encapsulated by another ByteArray object.
 


Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/