|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.grib1.Grib1IndicatorSection
public final class Grib1IndicatorSection
A class that represents the IndicatorSection of a GRIB record.
Constructor Summary | |
---|---|
Grib1IndicatorSection(RandomAccessFile raf)
Constructs a Grib1IndicatorSection object from a byteBuffer. |
Method Summary | |
---|---|
int |
getGribEdition()
Get the edition of the GRIB specification used. |
long |
getGribLength()
Get the byte length of this GRIB record. |
int |
getLength()
Get the byte length of the IndicatorSection0 section. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grib1IndicatorSection(RandomAccessFile raf) throws NotSupportedException, IOException
raf
- RandomAccessFile with IndicatorSection content
NotSupportedException
- if raf contains no valid GRIB file
IOException
Method Detail |
---|
public final long getGribLength()
public final int getLength()
public final int getGribEdition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |