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.lists
    Modifier and Type
    Class
    Description
    class 
    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 ByteVector
    Modifier and Type
    Method
    Description
    void
    ByteVector.copyFrom(int index, ByteVector src, int start, int end)