Uses of Class
de.grogra.xl.util.ByteList
Packages that use ByteList
-
Uses of ByteList in de.grogra.imp3d
Fields in de.grogra.imp3d declared as ByteList -
Uses of ByteList in de.grogra.rgg
Methods in de.grogra.rgg that return ByteListModifier and TypeMethodDescriptionstatic ByteListLibrary.operator$shl(ByteList list, byte value) This operator method addsvalueas last element tolist.Methods in de.grogra.rgg with parameters of type ByteListModifier and TypeMethodDescriptionstatic byteLibrary.operator$index(ByteList list, int index) This operator method is an alias forlist.get(index).static ByteListLibrary.operator$shl(ByteList list, byte value) This operator method addsvalueas last element tolist. -
Uses of ByteList in de.grogra.xl.util
Methods in de.grogra.xl.util that return ByteListModifier and TypeMethodDescriptionByteList.addAll(byte[] v, int begin, int length) Appendslengthcomponents ofvto this list, starting at indexbegin.Appends all elements ofvto this list.final ByteListByteList.push(byte o) Pushesoon top of this list, i.e., as last element.final ByteListByteList.push(byte o1, byte o2) Pusheso1ando2on top of this list, i.e., as last elements.final ByteListByteList.push(byte o1, byte o2, byte o3) Pusheso1 ... o3on top of this list, i.e., as last elements.Methods in de.grogra.xl.util with parameters of type ByteList