@Immutable public class Grib1SectionBinaryData extends Object
Constructor and Description |
---|
Grib1SectionBinaryData(long startingPosition,
int length) |
Grib1SectionBinaryData(RandomAccessFile raf) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes(RandomAccessFile raf) |
int |
getLength() |
long |
getStartingPosition() |
public Grib1SectionBinaryData(RandomAccessFile raf) throws IOException
IOException
public Grib1SectionBinaryData(long startingPosition, int length)
public long getStartingPosition()
public int getLength()
public byte[] getBytes(RandomAccessFile raf) throws IOException
IOException
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.