@Immutable public class Grib1SectionBitMap extends Object
| Constructor and Description |
|---|
Grib1SectionBitMap(long startingPosition) |
Grib1SectionBitMap(ucar.unidata.io.RandomAccessFile raf) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBitmap(ucar.unidata.io.RandomAccessFile raf)
Read the bitmap array when needed
|
long |
getStartingPosition() |
public Grib1SectionBitMap(ucar.unidata.io.RandomAccessFile raf)
throws IOException
IOExceptionpublic Grib1SectionBitMap(long startingPosition)
public long getStartingPosition()
public byte[] getBitmap(ucar.unidata.io.RandomAccessFile raf)
throws IOException
IOException