|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.grib.GribChecker
public final class GribChecker
Used to check the edition number of a Grib file.
| Constructor Summary | |
|---|---|
GribChecker()
|
|
| Method Summary | |
|---|---|
static int |
getEdition(ucar.unidata.io.RandomAccessFile raf)
Returns the edition number of Grib file (1 or 2) or 0 not a Grib File. |
static void |
main(java.lang.String[] args)
Checks a Grib file for edition. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GribChecker()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - Gribfilepublic static int getEdition(ucar.unidata.io.RandomAccessFile raf)
raf -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||