public final class DEBUG extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
A |
static boolean |
D |
static boolean |
E |
static boolean |
G |
static int |
LV |
static boolean |
M |
static boolean |
ON |
| Constructor and Description |
|---|
DEBUG() |
| Modifier and Type | Method and Description |
|---|---|
static void |
printByteArray(byte[] buf,
int byteblock,
int width,
int height,
int pages) |
static void |
printDoubleArray(double[] buf,
int width,
int height,
int pages) |
static void |
printFloatArray(float[] buf,
int width,
int height,
int pages) |
static void |
printIntArray(int[] buf,
int byteblock,
int width,
int height,
int pages) |
public static final boolean A
public static final boolean D
public static final boolean E
public static final boolean G
public static final int LV
public static final boolean M
public static final boolean ON
public static void printByteArray(byte[] buf,
int byteblock,
int width,
int height,
int pages)
public static void printDoubleArray(double[] buf,
int width,
int height,
int pages)
public static void printFloatArray(float[] buf,
int width,
int height,
int pages)
public static void printIntArray(int[] buf,
int byteblock,
int width,
int height,
int pages)
Copyright © 2023. All rights reserved.