ucar.grib.grib2
Class Grib2IndexExtender

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


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

Constructor Detail

Grib2IndexExtender

public Grib2IndexExtender()
Deprecated. 
Method Detail

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