Class Grib2SectionData


  • @Immutable
    public class Grib2SectionData
    extends Object
    The Data section 7 for GRIB-2 files
    Since:
    3/29/11
    • 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