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