ucar.grib.grib1
Class Grib1IndexExtender
java.lang.Object
ucar.grib.grib1.Grib1Indexer
ucar.grib.grib1.Grib1IndexExtender
Deprecated.
public final class Grib1IndexExtender
- extends Grib1Indexer
extends the index of a Grib file that is growing in size.
see IndexFormat.txt
- Version:
- 1.0
- Author:
- Robb Kambic 06/13/05
Method Summary |
Index |
extendIndex(ucar.unidata.io.RandomAccessFile inputRaf,
java.io.File indexFile,
Index index)
Deprecated. Read/Update a Grib file index. |
static void |
main(java.lang.String[] args)
Deprecated. Creates a new index if the Grib file is growing in size. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Grib1IndexExtender
public Grib1IndexExtender()
- Deprecated.
extendIndex
public final Index extendIndex(ucar.unidata.io.RandomAccessFile inputRaf,
java.io.File indexFile,
Index index)
throws java.io.IOException
- Deprecated.
- Read/Update a Grib file index.
- Parameters:
inputRaf
- GRIB fileindexFile
- index
-
- Returns:
- Index
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Deprecated.
- Creates a new index if the Grib file is growing in size.
- Parameters:
args
- name of the grib file
- Throws:
java.io.IOException