Uses of Class
gnu.lists.ByteVector
-
Packages that use ByteVector Package Description gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees. -
-
Uses of ByteVector in gnu.lists
Subclasses of ByteVector in gnu.lists Modifier and Type Class Description class
Blob
Binary data which may represent text or other information.class
S8Vector
Simple adjustable-length vector of signed 8-bit integers (bytes).class
U8Vector
Simple adjustable-length vector of unsigned 8-bit integers (bytes).Methods in gnu.lists with parameters of type ByteVector Modifier and Type Method Description void
ByteVector. copyFrom(int index, ByteVector src, int start, int end)
-