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 ByteList
Library.operator$shl
(ByteList list, byte value) This operator method addsvalue
as last element tolist
.Methods in de.grogra.rgg with parameters of type ByteListModifier and TypeMethodDescriptionstatic byte
Library.operator$index
(ByteList list, int index) This operator method is an alias forlist.get(index)
.static ByteList
Library.operator$shl
(ByteList list, byte value) This operator method addsvalue
as 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) Appendslength
components ofv
to this list, starting at indexbegin
.Appends all elements ofv
to this list.final ByteList
ByteList.push
(byte o) Pusheso
on top of this list, i.e., as last element.final ByteList
ByteList.push
(byte o1, byte o2) Pusheso1
ando2
on top of this list, i.e., as last elements.final ByteList
ByteList.push
(byte o1, byte o2, byte o3) Pusheso1 ... o3
on top of this list, i.e., as last elements.Methods in de.grogra.xl.util with parameters of type ByteList