ucar.grib.grib2
Class Grib2IndexExtender
java.lang.Object
ucar.grib.grib2.Grib2Indexer
ucar.grib.grib2.Grib2IndexExtender
Deprecated.
public final class Grib2IndexExtender
- extends Grib2Indexer
Extends an index for a Grib2 file that has data being added since index
was created.
see IndexFormat.txt
Method Summary |
Index |
extendIndex(ucar.unidata.io.RandomAccessFile inputRaf,
java.io.File indexFile,
Index index)
Deprecated. Write a Grib file index; optionally create an in-memory index. |
static void |
main(java.lang.String[] args)
Deprecated. Given a Grib2 file, extends it's index. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Grib2IndexExtender
public Grib2IndexExtender()
- Deprecated.
extendIndex
public final Index extendIndex(ucar.unidata.io.RandomAccessFile inputRaf,
java.io.File indexFile,
Index index)
throws java.io.IOException
- Deprecated.
- Write a Grib file index; optionally create an in-memory index.
- Parameters:
inputRaf
- GRIB fileindexFile
- index
- in-memory index
- Returns:
- an Extended Index
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Deprecated.
- Given a Grib2 file, extends it's index.
- Parameters:
args
- Gribfile
- Throws:
java.io.IOException