ucar.grib.grib2
Class Grib2LocalUseSection

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

public final class Grib2LocalUseSection
extends Object

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


Constructor Summary
Grib2LocalUseSection(RandomAccessFile raf)
          Constructs a Grib2LocalUseSection object from a raf.
 
Method Summary
 byte[] getLocalUseSection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grib2LocalUseSection

public Grib2LocalUseSection(RandomAccessFile raf)
                     throws IOException
Constructs a Grib2LocalUseSection object from a raf.

Parameters:
raf - RandomAccessFile
Throws:
IOException - if raf contains no valid GRIB product
Method Detail

getLocalUseSection

public byte[] getLocalUseSection()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.