ucar.grib.grib1
Class Grib1IndexExtender

java.lang.Object
  extended by ucar.grib.grib1.Grib1Indexer
      extended by 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

Constructor Summary
Grib1IndexExtender()
          Deprecated.  
 
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 ucar.grib.grib1.Grib1Indexer
writeFileIndex
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grib1IndexExtender

public Grib1IndexExtender()
Deprecated. 
Method Detail

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 file
indexFile -
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