uk.ac.bristol.star.cdf.record
Class UnusedInternalRecord

java.lang.Object
  extended by uk.ac.bristol.star.cdf.record.Record
      extended by uk.ac.bristol.star.cdf.record.UnusedInternalRecord

public class UnusedInternalRecord
extends Record

Field data for CDF record of type Unused Internal Record.

Since:
19 Jun 2013

Field Summary
 long nextUir
           
 long prevUir
           
 
Constructor Summary
UnusedInternalRecord(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nextUir

@CdfField
@OffsetField
public final long nextUir

prevUir

@CdfField
@OffsetField
public final long prevUir
Constructor Detail

UnusedInternalRecord

public UnusedInternalRecord(RecordPlan plan)
                     throws java.io.IOException
Constructor.

Parameters:
plan - basic record information
Throws:
java.io.IOException