Uses of Class
org.basex.util.list.ByteList

Packages that use ByteList
org.basex.util.list   
 

Uses of ByteList in org.basex.util.list
 

Methods in org.basex.util.list that return ByteList
 ByteList ByteList.add(byte[] elements)
          Adds elements to the container.
 ByteList ByteList.add(byte[] elements, int start, int end)
          Adds a part of the specified elements to the container.
 ByteList ByteList.add(int element)
          Adds an element to the array.