Java com.badlogic.gdx.utils ByteArray fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.utils ByteArray fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.utils ByteArray.

The text is from its open source code.

Constructor

ByteArray(int capacity)
Creates an ordered array with the specified capacity.
ByteArray(ByteArray array)
Creates a new array containing the elements in the specific array.
ByteArray(byte[] array)
Creates a new ordered array containing the elements in the specified array.