@Immutable public class Grib2SectionBitMap extends Object
| Constructor and Description |
|---|
Grib2SectionBitMap(long startingPosition,
int bitMapIndicator) |
Grib2SectionBitMap(RandomAccessFile raf) |
| Modifier and Type | Method and Description |
|---|---|
static Grib2SectionBitMap |
factory(RandomAccessFile raf,
long startingPos) |
byte[] |
getBitmap(RandomAccessFile raf)
Read the bit map array.
|
int |
getBitMapIndicator() |
long |
getStartingPosition() |
String |
toString() |
public Grib2SectionBitMap(RandomAccessFile raf) throws IOException
IOExceptionpublic Grib2SectionBitMap(long startingPosition,
int bitMapIndicator)
public static Grib2SectionBitMap factory(RandomAccessFile raf, long startingPos) throws IOException
IOExceptionpublic int getBitMapIndicator()
public long getStartingPosition()
public byte[] getBitmap(RandomAccessFile raf) throws IOException
raf - read from hereIOException - on read errorCopyright © 1999–2014 UCAR/Unidata. All rights reserved.