jxl.write.biff
Class BackupRecord

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

class BackupRecord
extends WritableRecordData

Record which indicates whether Excel should save backup versions of the file


Field Summary
private  boolean backup
          Flag to indicate whether or not Excel should make backups
private  byte[] data
          The data array
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
BackupRecord(boolean bu)
          Constructor
 
Method Summary
 byte[] getData()
          Returns the binary data for writing to the output 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

backup

private boolean backup
Flag to indicate whether or not Excel should make backups

data

private byte[] data
The data array
Constructor Detail

BackupRecord

public BackupRecord(boolean bu)
Constructor
Parameters:
bu - backup flag
Method Detail

getData

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