jxl.write.biff
Class DSFRecord

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

class DSFRecord
extends WritableRecordData

Stores a flag which indicates whether the file is a double stream file. For files written by JExcelAPI, this FALSE


Field Summary
private  byte[] data
          The data to be written to the binary file
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
DSFRecord()
          Constructor
 
Method Summary
 byte[] getData()
          The binary data to be written out
 
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

data

private byte[] data
The data to be written to the binary file
Constructor Detail

DSFRecord

public DSFRecord()
Constructor
Method Detail

getData

public byte[] getData()
The binary data to be written out
Overrides:
getData in class WritableRecordData
Returns:
the binary data