@Immutable public class Grib1SectionBinaryData extends Object
| Constructor and Description |
|---|
Grib1SectionBinaryData(long startingPosition,
int length) |
Grib1SectionBinaryData(RandomAccessFile raf) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
int |
getNBits(RandomAccessFile raf) |
float |
getRefValue(RandomAccessFile raf) |
long |
getStartingPosition() |
public Grib1SectionBinaryData(RandomAccessFile raf) throws IOException
IOExceptionpublic Grib1SectionBinaryData(long startingPosition,
int length)
public long getStartingPosition()
public int getLength()
public int getNBits(RandomAccessFile raf) throws IOException
IOExceptionpublic float getRefValue(RandomAccessFile raf) throws IOException
IOExceptionCopyright © 1999-2013 UCAR/Unidata. All Rights Reserved.