Package ucar.nc2.grib.grib1
Class Grib1SectionBinaryData
- java.lang.Object
-
- ucar.nc2.grib.grib1.Grib1SectionBinaryData
-
@Immutable public class Grib1SectionBinaryData extends Object
The Binary Data Section for GRIB-1 files
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GribData.InfogetBinaryDataInfo(ucar.unidata.io.RandomAccessFile raf, long start)byte[]getBytes(ucar.unidata.io.RandomAccessFile raf)intgetLength()longgetStartingPosition()
-
-
-
Method Detail
-
getStartingPosition
public long getStartingPosition()
-
getLength
public int getLength()
-
getBytes
public byte[] getBytes(ucar.unidata.io.RandomAccessFile raf) throws IOException- Throws:
IOException
-
getBinaryDataInfo
public static GribData.Info getBinaryDataInfo(ucar.unidata.io.RandomAccessFile raf, long start) throws IOException
- Throws:
IOException
-
-