@Immutable
public class Grib2SectionData
extends java.lang.Object
| Constructor and Description |
|---|
Grib2SectionData(long startingPosition,
int msgLength) |
Grib2SectionData(RandomAccessFile raf) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes(RandomAccessFile raf) |
long |
getEndingPosition() |
int |
getMsgLength() |
long |
getStartingPosition() |
public Grib2SectionData(RandomAccessFile raf) throws java.io.IOException
java.io.IOExceptionpublic Grib2SectionData(long startingPosition,
int msgLength)
public long getStartingPosition()
public long getEndingPosition()
public int getMsgLength()
public byte[] getBytes(RandomAccessFile raf) throws java.io.IOException
java.io.IOException