Uses of Class
com.javaranch.common.ByteVector

Packages that use ByteVector
com.javaranch.common   
 

Uses of ByteVector in com.javaranch.common
 

Methods in com.javaranch.common that return ByteVector
 ByteVector ByteVector.get(int index, int length)
          Get a copy of a "sub-vector".
 

Methods in com.javaranch.common with parameters of type ByteVector
 void ByteVector.append(ByteVector b)
          Add all of the bytes in another ByteVector to the end of this object.
 

Constructors in com.javaranch.common with parameters of type ByteVector
ByteVector(ByteVector b)
          The object is inititialized to contain a copy of another ByteVector.
 



Copyright ©2004 Paul Wheaton All Rights Reserved