public class Grib2WriteIndex.RawRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
discipline |
int |
gdsKey |
long |
offset1 |
long |
offset2 |
byte[] |
pdsData |
int |
pdsSize |
long |
refTime |
| Constructor and Description |
|---|
Grib2WriteIndex.RawRecord()
stores the information of a record in raw format
|
Grib2WriteIndex.RawRecord(int discipline,
long refTime,
int gdsKey,
long offset1,
long offset2,
int pdsSize,
byte[] pdsData) |
Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.