ucar.grib.grib1
Class Grib1Indexer

java.lang.Object
  extended by ucar.grib.grib1.Grib1Indexer
Direct Known Subclasses:
Grib1IndexExtender

Deprecated.

public class Grib1Indexer
extends java.lang.Object

Creates an Index file with file extension .gbx and a memory index for a Grib1 file. see IndexFormat.txt

Author:
Robb Kambic 10/20/03.

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

Grib1Indexer

public Grib1Indexer()
Deprecated. 
Method Detail

writeFileIndex

public final Index writeFileIndex(ucar.unidata.io.RandomAccessFile inputRaf,
                                  java.io.PrintStream ps,
                                  boolean makeIndex)
                           throws java.io.IOException
Deprecated. 
Write a Grib file index; optionally create an in-memory index.

Parameters:
inputRaf - raf of GRIB file
ps - write output to here
makeIndex - make an in-memory index if true
Returns:
Index if makeIndex is true, else null
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Deprecated. 
Makes an index for a Grib1 file.

Parameters:
args - Grib1 file, optionally Index output file
Throws:
java.io.IOException