|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.bristol.star.cdf.record.Record
uk.ac.bristol.star.cdf.record.CompressedVariableValuesRecord
public class CompressedVariableValuesRecord
Field data for CDF record of type Compressed Variable Values Record.
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 |
---|
@CdfField public final int rfuA
@CdfField public final long cSize
Constructor Detail |
---|
public CompressedVariableValuesRecord(RecordPlan plan) throws java.io.IOException
plan
- basic record information
java.io.IOException
Method Detail |
---|
public long getDataOffset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |