Class Grib1DataReader


  • public class Grib1DataReader
    extends Object
    Decodes the GRIB1 binary data record
    Since:
    9/8/11
    • Method Detail

      • getData

        public float[] getData​(ucar.unidata.io.RandomAccessFile raf,
                               byte[] bitmap)
                        throws IOException
        Throws:
        IOException
      • showComplexPackingInfo

        public static void showComplexPackingInfo​(Formatter f,
                                                  ucar.unidata.io.RandomAccessFile raf,
                                                  long startPos)
                                           throws IOException
        Throws:
        IOException