|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.read.biff.Record
A container for the raw record data within a biff file
Field Summary | |
private int |
code
The excel 97 code |
private byte[] |
data
The raw data within this record |
private int |
dataPos
A pointer to the beginning of the actual data |
private File |
file
A handle to the excel 97 file |
private int |
length
The length of this record |
Constructor Summary | |
(package private) |
Record(byte[] d,
int offset,
File f)
Constructor |
Method Summary | |
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 |
|
Field Detail |
private int code
private int length
private int dataPos
private File file
private byte[] data
Constructor Detail |
Record(byte[] d, int offset, File f)
offset
- the offset in the raw filef
- the excel 97 biff filed
- the data recordMethod Detail |
public Type getType()
public int getLength()
public byte[] getData()
public int getCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |