ucar.grib.grib2
Class Grib2EndSection

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

public final class Grib2EndSection
extends java.lang.Object

A class that represents the EndSection of a GRIB2 product. The endsection consists of String "7777"


Constructor Summary
Grib2EndSection(ucar.unidata.io.RandomAccessFile raf)
          Constructs a Grib2EndSection object from a byteBuffer.
 
Method Summary
 boolean getEndFound()
          Get ending flag for Grib record.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grib2EndSection

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

Parameters:
raf - RandomAccessFile with EndSection content
Throws:
java.io.IOException - if raf contains no valid GRIB record
Method Detail

getEndFound

public final boolean getEndFound()
Get ending flag for Grib record.

Returns:
true if "7777" found