|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RecordData
jxl.biff.WritableRecordData
Extension of the standard RecordData which is used to support those records which, once read, may also be written
| Field Summary | |
protected static int |
maxRecordLength
The maximum length allowed by Excel for any record length |
| Constructor Summary | |
protected |
WritableRecordData(Record t)
Constructor used when reading a record |
protected |
WritableRecordData(Type t)
Constructor used by the writable records |
| Method Summary | |
byte[] |
getBytes()
Used when writing out records. |
protected abstract byte[] |
getData()
Abstract method called by the getBytes method. |
| Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final int maxRecordLength
| Constructor Detail |
protected WritableRecordData(Type t)
t - the biff type of this recordprotected WritableRecordData(Record t)
t - the raw data read from the biff file| Method Detail |
public final byte[] getBytes()
getBytes in interface ByteDataprotected abstract byte[] getData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||