|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.read.biff.BiffRecordReader
Serves up Record objects from a biff file. This object is used by the demo programs BiffDump and ... only and has no influence whatsoever on the JExcelApi reading and writing of excel sheets
Field Summary | |
private File |
file
|
private Record |
record
The current record retrieved |
Constructor Summary | |
BiffRecordReader(File f)
|
Method Summary | |
int |
getPos()
|
boolean |
hasNext()
|
Record |
next()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
private File file
private Record record
Constructor Detail |
public BiffRecordReader(File f)
Method Detail |
public boolean hasNext()
public Record next()
public int getPos()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |