|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.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
| Constructor Summary | |
BiffRecordReader(File f)
Constructor |
|
| Method Summary | |
int |
getPos()
Gets the position of the current record in the biff file |
boolean |
hasNext()
Sees if there are any more records to read |
Record |
next()
Gets the next record |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BiffRecordReader(File f)
f - the biff file| Method Detail |
public boolean hasNext()
public Record next()
public int getPos()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||