jxl.read.biff
Class BiffRecordReader

java.lang.Object
  extended byjxl.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


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

BiffRecordReader

public BiffRecordReader(File f)
Constructor

Parameters:
f - the biff file
Method Detail

hasNext

public boolean hasNext()
Sees if there are any more records to read

Returns:
TRUE if there are more records, FALSE otherwise

next

public Record next()
Gets the next record

Returns:
the next record

getPos

public int getPos()
Gets the position of the current record in the biff file

Returns:
the position