Uses of Class
org.basex.util.list.ByteList
Packages that use ByteList
-
Uses of ByteList in org.basex.util.list
Methods in org.basex.util.list that return ByteListModifier and TypeMethodDescriptionByteList.add(byte[] elements) Adds elements to the container.ByteList.add(byte[] elements, int start, int end) Adds a part of the specified elements to the container.ByteList.add(int element) Adds an element to the array.ByteList.reverse()Reverses the order of the elements.