Package uk.ac.bristol.star.cdf.record
Class CompressedParametersRecord
- java.lang.Object
-
- uk.ac.bristol.star.cdf.record.Record
-
- uk.ac.bristol.star.cdf.record.CompressedParametersRecord
-
public class CompressedParametersRecord extends Record
Field data for CDF record of type Compressed Parameters Record.- Since:
- 19 Jun 2013
-
-
Constructor Summary
Constructors Constructor Description CompressedParametersRecord(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
-
-
-
-
Constructor Detail
-
CompressedParametersRecord
public CompressedParametersRecord(RecordPlan plan) throws java.io.IOException
Constructor.- Parameters:
plan
- basic record information- Throws:
java.io.IOException
-
-