|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |