Package ucar.nc2.grib.grib1
Class Grib1SectionBitMap
- java.lang.Object
-
- ucar.nc2.grib.grib1.Grib1SectionBitMap
-
@Immutable public class Grib1SectionBitMap extends Object
Grib1 Section 3 (BitMap)- Since:
- 9/3/11
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBitmap(RandomAccessFile raf)
Read the bitmap array when needed, return null if none.long
getStartingPosition()
-
-
-
Method Detail
-
getStartingPosition
public long getStartingPosition()
-
getBitmap
@Nullable public byte[] getBitmap(RandomAccessFile raf) throws IOException
Read the bitmap array when needed, return null if none.- Throws:
IOException
-
-