Uses of Class
com.badlogic.gdx.utils.ByteArray
-
Packages that use ByteArray Package Description com.badlogic.gdx.utils -
-
Uses of ByteArray in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils that return ByteArray Modifier and Type Method Description static ByteArrayByteArray. with(byte... array)Methods in com.badlogic.gdx.utils with parameters of type ByteArray Modifier and Type Method Description voidByteArray. addAll(ByteArray array)voidByteArray. addAll(ByteArray array, int offset, int length)booleanByteArray. removeAll(ByteArray array)Removes from this array all of elements contained in the specified array.Constructors in com.badlogic.gdx.utils with parameters of type ByteArray Constructor Description ByteArray(ByteArray array)Creates a new array containing the elements in the specific array.
-