jxl.write.biff
Class NineteenFourRecord

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

class NineteenFourRecord
extends WritableRecordData

A record which indicates whether or the 1904 date system is in use


Field Summary
private  byte[] data
          The binary data for output to file
private  boolean nineteenFourDate
          Flag which indicates whether the 1904 date system is being used
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
NineteenFourRecord(boolean oldDate)
          Constructor
 
Method Summary
 byte[] getData()
          The binary data for output to 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

nineteenFourDate

private boolean nineteenFourDate
Flag which indicates whether the 1904 date system is being used

data

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

NineteenFourRecord

public NineteenFourRecord(boolean oldDate)
Constructor
Parameters:
oldDate - flag indicating whether the 1904 date system is in use
Method Detail

getData

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