Package ucar.nc2.grib.grib1
Class Grib1DataReader
- java.lang.Object
-
- ucar.nc2.grib.grib1.Grib1DataReader
-
public class Grib1DataReader extends Object
Decodes the GRIB1 binary data record- Since:
- 9/8/11
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description float[]
getData(RandomAccessFile raf, byte[] bitmap)
static void
showComplexPackingInfo(Formatter f, RandomAccessFile raf, long startPos)
-
-
-
Method Detail
-
getData
public float[] getData(RandomAccessFile raf, byte[] bitmap) throws IOException
- Throws:
IOException
-
showComplexPackingInfo
public static void showComplexPackingInfo(Formatter f, RandomAccessFile raf, long startPos) throws IOException
- Throws:
IOException
-
-