ucar.grib.grib2
Class Grib2LocalUseSection
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
getLocalUseSection
public byte[] getLocalUseSection()
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.