jxl.read.biff
Class BiffRecordReader

java.lang.Object
  |
  +--jxl.read.biff.BiffRecordReader

public class BiffRecordReader
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

file

private File file

record

private Record record
The current record retrieved
Constructor Detail

BiffRecordReader

public BiffRecordReader(File f)
Method Detail

hasNext

public boolean hasNext()

next

public Record next()

getPos

public int getPos()