|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.grib2.Grib2EndSection
public final class Grib2EndSection
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 |
---|
public Grib2EndSection(ucar.unidata.io.RandomAccessFile raf) throws java.io.IOException
raf
- RandomAccessFile with EndSection content
java.io.IOException
- if raf contains no valid GRIB recordMethod Detail |
---|
public final boolean getEndFound()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |