ucar.grib.grib2
Class Grib2LocalUseSection

java.lang.Object
  extended by ucar.grib.grib2.Grib2LocalUseSection

public final class Grib2LocalUseSection
extends java.lang.Object

A class that represents the local use section (LUS) of a GRIB product. This is section 2, local user section. It mostly unused.


Constructor Summary
Grib2LocalUseSection(ucar.unidata.io.RandomAccessFile raf)
          Constructs a Grib2LocalUseSection object from a raf.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grib2LocalUseSection

public Grib2LocalUseSection(ucar.unidata.io.RandomAccessFile raf)
                     throws java.io.IOException
Constructs a Grib2LocalUseSection object from a raf.

Parameters:
raf - RandomAccessFile
Throws:
java.io.IOException - if raf contains no valid GRIB product