jxl.write.biff
Class SelectionRecord

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

class SelectionRecord
extends WritableRecordData

Stores the current selection


Field Summary
private  byte[] data
          The binaryd data
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
SelectionRecord()
          Constructor
 
Method Summary
 byte[] getData()
          Gets the binary data
 
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 binaryd data
Constructor Detail

SelectionRecord

public SelectionRecord()
Constructor
Method Detail

getData

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