public class HDFArray extends Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
length |
(package private) Class |
type |
Modifier and Type | Method and Description |
---|---|
Object |
getArray() |
Class |
getType() |
static HDFArray |
make(double[] array) |
static HDFArray |
make(float[] array) |
static HDFArray |
make(int[] array) |
static HDFArray |
make(short[] array) |
static HDFArray |
make(String[] array) |