Package ucar.nc2.grib.grib2
Class Grib2SectionLocalUse
- java.lang.Object
-
- ucar.nc2.grib.grib2.Grib2SectionLocalUse
-
@Immutable public class Grib2SectionLocalUse extends Object
The Local Use section 2 for GRIB-2 files- Since:
- 3/28/11
-
-
Constructor Summary
Constructors Constructor Description Grib2SectionLocalUse(RandomAccessFile raf)
Read Grib2SectionLocalUse from raf.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getRawBytes()
-
-
-
Constructor Detail
-
Grib2SectionLocalUse
public Grib2SectionLocalUse(RandomAccessFile raf) throws IOException
Read Grib2SectionLocalUse from raf.- Parameters:
raf
- RandomAccessFile, with pointer at start od section- Throws:
IOException
-
-