Package ucar.nc2.grib.grib2
Class Grib2SectionData
- java.lang.Object
-
- ucar.nc2.grib.grib2.Grib2SectionData
-
@Immutable public class Grib2SectionData extends Object
The Data section 7 for GRIB-2 files- Since:
- 3/29/11
-
-
Constructor Summary
Constructors Constructor Description Grib2SectionData(ucar.unidata.io.RandomAccessFile raf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes(ucar.unidata.io.RandomAccessFile raf)longgetEndingPosition()intgetMsgLength()longgetStartingPosition()StringtoString()
-
-
-
Constructor Detail
-
Grib2SectionData
public Grib2SectionData(ucar.unidata.io.RandomAccessFile raf) throws IOException- Throws:
IOException
-
-
Method Detail
-
getStartingPosition
public long getStartingPosition()
-
getEndingPosition
public long getEndingPosition()
-
getMsgLength
public int getMsgLength()
-
getBytes
public byte[] getBytes(ucar.unidata.io.RandomAccessFile raf) throws IOException- Throws:
IOException
-
-