ucar.grib.grib2
Class Grib2EndSection
java.lang.Object
ucar.grib.grib2.Grib2EndSection
public final class Grib2EndSection
- extends Object
A class that represents the EndSection of a GRIB2 product.
The endsection consists of String "7777"
Method Summary |
boolean |
getEndFound()
Get ending flag for Grib record. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Grib2EndSection
public Grib2EndSection(RandomAccessFile raf)
throws IOException
- Constructs a Grib2EndSection object from a byteBuffer.
- Parameters:
raf
- RandomAccessFile with EndSection content
- Throws:
IOException
- if raf contains no valid GRIB record
getEndFound
public final boolean getEndFound()
- Get ending flag for Grib record.
- Returns:
- true if "7777" found
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.