Package uk.ac.bristol.star.cdf.record
Class VariableValuesRecord
java.lang.Object
uk.ac.bristol.star.cdf.record.Record
uk.ac.bristol.star.cdf.record.VariableValuesRecord
Field data for CDF record of type Variable Values Record.
- Since:
- 19 Jun 2013
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the file offset at which the records data in this record starts.Methods inherited from class uk.ac.bristol.star.cdf.record.Record
checkEndRecord, getBuf, getContentOffset, getRecordSize, getRecordType, getRecordTypeAbbreviation, hasBit, readIntArray, readOffsetArray, toLines, warnFormat
-
Constructor Details
-
VariableValuesRecord
Constructor.- Parameters:
plan
- basic record information
-
-
Method Details
-
getRecordsOffset
public long getRecordsOffset()Returns the file offset at which the records data in this record starts.- Returns:
- file offset for start of Records field
-