|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.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 |
Fields inherited from class jxl.biff.RecordData |
code, record |
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. |
private byte[] |
handleContinueRecords(byte[] data)
The number of bytes for this record exceeds the maximum record length, so a continue is required |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
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 fileMethod Detail |
public final byte[] getBytes()
getBytes
in interface ByteData
private byte[] handleContinueRecords(byte[] data)
protected abstract byte[] getData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |