@Immutable public class Grib2SectionData extends Object
| Constructor and Description |
|---|
Grib2SectionData(ucar.unidata.io.RandomAccessFile raf) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes(ucar.unidata.io.RandomAccessFile raf) |
long |
getEndingPosition() |
int |
getMsgLength() |
long |
getStartingPosition() |
String |
toString() |
public Grib2SectionData(ucar.unidata.io.RandomAccessFile raf)
throws IOException
IOExceptionpublic long getStartingPosition()
public long getEndingPosition()
public int getMsgLength()
public byte[] getBytes(ucar.unidata.io.RandomAccessFile raf)
throws IOException
IOException