|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectncsa.hdf.hdf5lib.ArrayDescriptor
This private class is used by HDFArray to discover the shape and type of an arbitrary array.
We use java.lang.reflection here.
| Field Summary | |
(package private) static int[] |
bytetoindex
|
(package private) static String |
className
|
(package private) static int[] |
currentindex
|
(package private) static int[] |
dimlen
|
(package private) static int |
dims
|
(package private) static int[] |
dimstart
|
(package private) static char |
NT
|
(package private) static int |
NTsize
|
(package private) static Object[] |
objs
|
(package private) static Class |
theClass
|
(package private) static String |
theType
|
(package private) static int |
totalSize
|
| Constructor Summary | |
ArrayDescriptor(Object anArray)
|
|
| Method Summary | |
void |
dumpInfo()
Debug dump |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static String theType
static Class theClass
static int[] dimlen
static int[] dimstart
static int[] currentindex
static int[] bytetoindex
static int totalSize
static Object[] objs
static char NT
static int NTsize
static int dims
static String className
| Constructor Detail |
public ArrayDescriptor(Object anArray)
throws HDF5Exception
| Method Detail |
public void dumpInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||