Class Grib1SectionBitMap


  • @Immutable
    public class Grib1SectionBitMap
    extends Object
    Grib1 Section 3 (BitMap)
    Since:
    9/3/11
    • Method Detail

      • getStartingPosition

        public long getStartingPosition()
      • getBitmap

        @Nullable
        public byte[] getBitmap​(ucar.unidata.io.RandomAccessFile raf)
                         throws IOException
        Read the bitmap array when needed, return null if none.
        Throws:
        IOException