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.Info
getBinaryDataInfo(RandomAccessFile raf, long start)
byte[]
getBytes(RandomAccessFile raf)
int
getLength()
long
getStartingPosition()
-
-
-
Method Detail
-
getStartingPosition
public long getStartingPosition()
-
getLength
public int getLength()
-
getBytes
public byte[] getBytes(RandomAccessFile raf) throws IOException
- Throws:
IOException
-
getBinaryDataInfo
public static GribData.Info getBinaryDataInfo(RandomAccessFile raf, long start) throws IOException
- Throws:
IOException
-
-