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(RandomAccessFile raf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBytes(RandomAccessFile raf)
long
getEndingPosition()
int
getMsgLength()
long
getStartingPosition()
String
toString()
-
-
-
Constructor Detail
-
Grib2SectionData
public Grib2SectionData(RandomAccessFile raf) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getStartingPosition
public long getStartingPosition()
-
getEndingPosition
public long getEndingPosition()
-
getMsgLength
public int getMsgLength()
-
getBytes
public byte[] getBytes(RandomAccessFile raf) throws IOException
- Throws:
IOException
-
-