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

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

public class CompressedVariableValuesRecord
extends Record

Field data for CDF record of type Compressed Variable Values Record.

Since:
19 Jun 2013

Field Summary
 long cSize
           
 int rfuA
           
 
Constructor Summary
CompressedVariableValuesRecord(RecordPlan plan)
          Constructor.
 
Method Summary
 long getDataOffset()
          Returns the file offset at which the compressed data in this record starts.
 
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

rfuA

@CdfField
public final int rfuA

cSize

@CdfField
public final long cSize
Constructor Detail

CompressedVariableValuesRecord

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

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

getDataOffset

public long getDataOffset()
Returns the file offset at which the compressed data in this record starts.

Returns:
file offset for start of data field