jxl.write.biff
Class CalcCountRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.biff.WritableRecordData
              |
              +--jxl.write.biff.CalcCountRecord
All Implemented Interfaces:
ByteData

class CalcCountRecord
extends WritableRecordData

Record which stores the maximum iterations option from the Options dialog box


Field Summary
private  int calcCount
          The iteration count
private  byte[] data
          The binary data to write to the output file
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
CalcCountRecord(int cnt)
          Constructor
 
Method Summary
 byte[] getData()
          Gets the data to write out to the file
 
Methods inherited from class jxl.biff.WritableRecordData
getBytes
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

calcCount

private int calcCount
The iteration count

data

private byte[] data
The binary data to write to the output file
Constructor Detail

CalcCountRecord

public CalcCountRecord(int cnt)
Constructor
Parameters:
cnt - the count indicator
Method Detail

getData

public byte[] getData()
Gets the data to write out to the file
Overrides:
getData in class WritableRecordData
Returns:
the binary data