ucar.grib.grib2
Class Grib2WriteIndex.RawRecord
java.lang.Object
ucar.grib.grib2.Grib2WriteIndex.RawRecord
- Enclosing class:
- Grib2WriteIndex
public class Grib2WriteIndex.RawRecord
- extends java.lang.Object
light weight record representation for extendIndex
Method Summary |
void |
RawRecord()
stores the information of a record in raw format |
void |
RawRecord(int discipline,
long refTime,
int gdsKey,
long offset1,
long offset2,
int pdsSize,
byte[] pdsData)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
discipline
public int discipline
refTime
public long refTime
gdsKey
public int gdsKey
offset1
public long offset1
offset2
public long offset2
pdsSize
public int pdsSize
pdsData
public byte[] pdsData
Grib2WriteIndex.RawRecord
public Grib2WriteIndex.RawRecord()
RawRecord
public void RawRecord()
- stores the information of a record in raw format
RawRecord
public void RawRecord(int discipline,
long refTime,
int gdsKey,
long offset1,
long offset2,
int pdsSize,
byte[] pdsData)