ucar.grib.grib2
Class Grib2WriteIndex.RawRecord

java.lang.Object
  extended by ucar.grib.grib2.Grib2WriteIndex.RawRecord
Enclosing class:
Grib2WriteIndex

public class Grib2WriteIndex.RawRecord
extends java.lang.Object

light weight record representation for extendIndex


Field Summary
 int discipline
           
 int gdsKey
           
 long offset1
           
 long offset2
           
 byte[] pdsData
           
 int pdsSize
           
 long refTime
           
 
Constructor Summary
Grib2WriteIndex.RawRecord()
           
 
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
 

Field Detail

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
Constructor Detail

Grib2WriteIndex.RawRecord

public Grib2WriteIndex.RawRecord()
Method Detail

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)