@Immutable public class Grib1SectionBinaryData extends Object
| 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 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