|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.read.biff.Record
A container for the raw record data within a biff file
| Method Summary | |
void |
addContinueRecord(Record d)
Adds a continue record to this data |
int |
getCode()
The excel 97 code |
byte[] |
getData()
Gets the data portion of the record |
int |
getLength()
Gets the length of the record |
Type |
getType()
Gets the biff type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public Type getType()
public int getLength()
public byte[] getData()
public int getCode()
public void addContinueRecord(Record d)
d - the continue record
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||