public class PixmapBinaryLoaderHack
extends java.lang.Object
Pixmap loading from binary data via reflection in order to avoid GWT compilation issues.| Constructor and Description |
|---|
PixmapBinaryLoaderHack() |
| Modifier and Type | Method and Description |
|---|---|
static com.badlogic.gdx.graphics.Pixmap |
load(byte[] encodedData,
int offset,
int len) |