jxl.write.biff
Class CodepageRecord

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

class CodepageRecord
extends WritableRecordData

Stores the default character set in operation when the workbook was saved


Field Summary
private  byte[] data
          The binary data
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
CodepageRecord()
          Constructor
 
Method Summary
 byte[] getData()
          Retrieves the data for output to binary 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

data

private byte[] data
The binary data
Constructor Detail

CodepageRecord

public CodepageRecord()
Constructor
Method Detail

getData

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