|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.iosp.gempak.GempakFileReader.DMPart
protected class GempakFileReader.DMPart
Class to mimic the DMKEYS common block.
Field Summary | |
---|---|
int |
klnhdr
header length |
int |
kparms
number of params |
int |
kpkno
packing number |
String |
kprtnm
part name |
int |
ktyprt
data type |
int |
kwordp
length of packed rec |
GempakFileReader.PackingInfo |
packInfo
packing info |
List<GempakFileReader.DMParam> |
params
list of params |
Constructor Summary | |
---|---|
GempakFileReader.DMPart()
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 String kprtnm
public int klnhdr
public int ktyprt
public int kparms
public List<GempakFileReader.DMParam> params
public int kpkno
public int kwordp
public GempakFileReader.PackingInfo packInfo
Constructor Detail |
---|
public GempakFileReader.DMPart()
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 |