ANTS v2.0 API

Uses of Class
ants.core.ByteArray

Packages that use ByteArray
ants.core   
apps.mobile   
apps.multicast   
apps.ping   
apps.pong   
apps.stats   
apps.statsfusion   
 

Uses of ByteArray in ants.core
 

Methods in ants.core that return ByteArray
 ByteArray Xdr.BYTEARRAY()
           
 ByteArray DataCapsule.getData()
          Get the payload associated with this DataCapsule.
 

Methods in ants.core with parameters of type ByteArray
 void ByteArray.setBytes(int dstBegin, ByteArray src, int srcBegin, int length)
           
static int Xdr.BYTEARRAY(ByteArray x)
          Return the number of bytes required to encode a ByteArray in the xdr.
 void Xdr.PUT(ByteArray x)
           
 void DataCapsule.setData(ByteArray data)
          Set the payload associated with this DataCapsule.
 

Constructors in ants.core with parameters of type ByteArray
ByteArray.ByteArray(ByteArray parent, int offset)
           
ByteArray.ByteArray(ByteArray parent, int offset, int len)
           
Xdr.Xdr(ByteArray buf, int offset)
          Create a new xdr using the buffer in the given ByteArray.
Xdr.Xdr(ByteArray buf, int offset, int len)
          Create a new xdr using the buffer in the given ByteArray.
DataCapsule.DataCapsule(short s, short d, int n, ByteArray p)
          Construct a new DataCapsule.
 

Uses of ByteArray in apps.mobile
 

Constructors in apps.mobile with parameters of type ByteArray
MobileCapsule.MobileCapsule(int na, short sa, short da, ByteArray d)
           
 

Uses of ByteArray in apps.multicast
 

Constructors in apps.multicast with parameters of type ByteArray
MulticastCapsule.MulticastCapsule(int group, int target, short destport, ByteArray data)
           
 

Uses of ByteArray in apps.ping
 

Constructors in apps.ping with parameters of type ByteArray
PingCapsule.PingCapsule(short sa, short da, int na, ByteArray d)
           
 

Uses of ByteArray in apps.pong
 

Constructors in apps.pong with parameters of type ByteArray
PongCapsule.PongCapsule(short sa, short da, int na, ByteArray d)
           
 

Uses of ByteArray in apps.stats
 

Constructors in apps.stats with parameters of type ByteArray
StatsReturnCapsule.StatsReturnCapsule(short sa, short da, int na, ByteArray d)
           
 

Uses of ByteArray in apps.statsfusion
 

Fields in apps.statsfusion declared as ByteArray
 ByteArray StatsReturnCapsule.data
           
 ByteArray StatsReturnCapsule.statsstrings
           
 

Methods in apps.statsfusion with parameters of type ByteArray
 void StatsReturnCapsule.setData(ByteArray ba)
           
 


ANTS v2.0 API

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