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