Class Grib2SectionLocalUse


  • @Immutable
    public class Grib2SectionLocalUse
    extends Object
    The Local Use section 2 for GRIB-2 files
    Since:
    3/28/11
    • Constructor Detail

      • Grib2SectionLocalUse

        public Grib2SectionLocalUse​(RandomAccessFile raf)
                             throws IOException
        Read Grib2SectionLocalUse from raf.
        Parameters:
        raf - RandomAccessFile, with pointer at start od section
        Throws:
        IOException
    • Method Detail

      • getRawBytes

        public byte[] getRawBytes()