|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RecordData
jxl.biff.WritableRecordData
jxl.biff.ContinueRecord
A continue record - only used explicitly in special circumstances, as the general continuation record is handled directly by the records
| Field Summary |
| Fields inherited from class jxl.biff.WritableRecordData |
maxRecordLength |
| Constructor Summary | |
ContinueRecord(byte[] d)
Constructor invoked when creating continue records |
|
ContinueRecord(Record t)
Constructor |
|
| Method Summary | |
byte[] |
getData()
Accessor for the binary data - used when copying |
| 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, toString, wait, wait, wait |
| Constructor Detail |
public ContinueRecord(Record t)
t - the raw bytespublic ContinueRecord(byte[] d)
d - the data| Method Detail |
public byte[] getData()
getData in class WritableRecordData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||