Package uk.ac.bristol.star.cdf.record
Class CompressedVariableValuesRecord
- java.lang.Object
-
- uk.ac.bristol.star.cdf.record.Record
-
- 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
-
-
Constructor Summary
Constructors Constructor Description CompressedVariableValuesRecord(RecordPlan plan)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
CompressedVariableValuesRecord
public CompressedVariableValuesRecord(RecordPlan plan) throws java.io.IOException
Constructor.- Parameters:
plan
- basic record information- Throws:
java.io.IOException
-
-