jxl.write.biff
Class BookboolRecord

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

class BookboolRecord
extends WritableRecordData

Writes out the workbook option flag (should it save the external link options)


Field Summary
private  byte[] data
          The binary data to write out
private  boolean externalLink
          The external link option flag
 
Fields inherited from class jxl.biff.WritableRecordData
maxRecordLength
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
BookboolRecord(boolean extlink)
          Constructor
 
Method Summary
 byte[] getData()
          Gets the binary data to write to the output file
 
Methods inherited from class jxl.biff.WritableRecordData
getBytes, handleContinueRecords
 
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

externalLink

private boolean externalLink
The external link option flag

data

private byte[] data
The binary data to write out
Constructor Detail

BookboolRecord

public BookboolRecord(boolean extlink)
Constructor
Parameters:
extlink - the external link options flag
Method Detail

getData

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