@Immutable public class Grib1SectionBinaryData extends Object
| Constructor and Description |
|---|
Grib1SectionBinaryData(long startingPosition,
int length) |
Grib1SectionBinaryData(ucar.unidata.io.RandomAccessFile raf) |
| Modifier and Type | Method and Description |
|---|---|
static GribData.Info |
getBinaryDataInfo(ucar.unidata.io.RandomAccessFile raf,
long start) |
byte[] |
getBytes(ucar.unidata.io.RandomAccessFile raf) |
int |
getLength() |
long |
getStartingPosition() |
public Grib1SectionBinaryData(ucar.unidata.io.RandomAccessFile raf)
throws IOException
IOExceptionpublic Grib1SectionBinaryData(long startingPosition,
int length)
public long getStartingPosition()
public int getLength()
public byte[] getBytes(ucar.unidata.io.RandomAccessFile raf)
throws IOException
IOExceptionpublic static GribData.Info getBinaryDataInfo(ucar.unidata.io.RandomAccessFile raf, long start) throws IOException
IOException