uk.ac.bristol.star.cdf.record
Class VariableIndexRecord

java.lang.Object
  extended by uk.ac.bristol.star.cdf.record.Record
      extended by uk.ac.bristol.star.cdf.record.VariableIndexRecord

public class VariableIndexRecord
extends Record

Field data for CDF record of type Variable Index Record.

Since:
19 Jun 2013

Field Summary
 int[] first
           
 int[] last
           
 int nEntries
           
 int nUsedEntries
           
 long[] offset
           
 long vxrNext
           
 
Constructor Summary
VariableIndexRecord(RecordPlan plan)
          Constructor.
 
Method Summary
 
Methods inherited from class uk.ac.bristol.star.cdf.record.Record
checkEndRecord, checkIntValue, getBuf, getContentOffset, getRecordSize, getRecordType, getRecordTypeAbbreviation, hasBit, readIntArray, readOffsetArray, toLines, warnFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vxrNext

@CdfField
@OffsetField
public final long vxrNext

nEntries

@CdfField
public final int nEntries

nUsedEntries

@CdfField
public final int nUsedEntries

first

@CdfField
public final int[] first

last

@CdfField
public final int[] last

offset

@CdfField
@OffsetField
public final long[] offset
Constructor Detail

VariableIndexRecord

public VariableIndexRecord(RecordPlan plan)
                    throws java.io.IOException
Constructor.

Parameters:
plan - basic record information
Throws:
java.io.IOException