@Immutable
public class Grib2SectionLocalUse
extends java.lang.Object
Constructor and Description |
---|
Grib2SectionLocalUse(byte[] rawData) |
Grib2SectionLocalUse(RandomAccessFile raf)
Read Grib2SectionLocalUse from raf.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getRawBytes() |
public Grib2SectionLocalUse(RandomAccessFile raf) throws java.io.IOException
raf
- RandomAccessFile, with pointer at start od sectionjava.io.IOException
- on I/O errorpublic Grib2SectionLocalUse(byte[] rawData)