Package uk.ac.bristol.star.cdf.record
Class SparsenessParametersRecord
- java.lang.Object
-
- uk.ac.bristol.star.cdf.record.Record
-
- uk.ac.bristol.star.cdf.record.SparsenessParametersRecord
-
public class SparsenessParametersRecord extends Record
Field data for CDF record of type Sparseness Parameters Record.- Since:
- 19 Jun 2013
-
-
Field Summary
Fields Modifier and Type Field Description int
pCount
int
rfuA
int[]
sArraysParms
int
sArraysType
-
Constructor Summary
Constructors Constructor Description SparsenessParametersRecord(RecordPlan plan)
Constructor.
-
Method Summary
-
Methods inherited from class uk.ac.bristol.star.cdf.record.Record
checkEndRecord, getBuf, getContentOffset, getRecordSize, getRecordType, getRecordTypeAbbreviation, hasBit, readIntArray, readOffsetArray, toLines, warnFormat
-
-
-
-
Constructor Detail
-
SparsenessParametersRecord
public SparsenessParametersRecord(RecordPlan plan) throws java.io.IOException
Constructor.- Parameters:
plan
- basic record information- Throws:
java.io.IOException
-
-