|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.iosp.gempak.GempakFileReader.DMHeaders
protected class GempakFileReader.DMHeaders
Class to mimic the DMHDRS common block.
Field Summary | |
---|---|
List<int[]> |
colHeaders
column keys |
int |
lstcl
last valid column |
int |
lstrw
last valid row |
List<int[]> |
rowHeaders
row keys |
Constructor Summary | |
---|---|
GempakFileReader.DMHeaders()
Default ctor |
Method Summary | |
---|---|
String |
toString()
Get a String representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int lstrw
public int lstcl
public List<int[]> rowHeaders
public List<int[]> colHeaders
Constructor Detail |
---|
public GempakFileReader.DMHeaders()
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |