|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.grib.grib1.Grib1Indexer
public class Grib1Indexer
Creates an Index file with file extension .gbx and a memory index for a Grib1 file. see IndexFormat.txt
| Constructor Summary | |
|---|---|
Grib1Indexer()
Deprecated. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Deprecated. Makes an index for a Grib1 file. |
Index |
writeFileIndex(ucar.unidata.io.RandomAccessFile inputRaf,
java.io.PrintStream ps,
boolean makeIndex)
Deprecated. Write a Grib file index; optionally create an in-memory index. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Grib1Indexer()
| Method Detail |
|---|
public final Index writeFileIndex(ucar.unidata.io.RandomAccessFile inputRaf,
java.io.PrintStream ps,
boolean makeIndex)
throws java.io.IOException
inputRaf - raf of GRIB fileps - write output to heremakeIndex - make an in-memory index if true
java.io.IOException
public static void main(java.lang.String[] args)
throws java.io.IOException
args - Grib1 file, optionally Index output file
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||