Save This Page
Home » jexcelapi_2_6_8 » jxl.read.biff » [javadoc | source]
jxl.read.biff
public class: BiffRecordReader [javadoc | source]
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
Constructor:
 public BiffRecordReader(File f) 
    Constructor
    Parameters:
    f - the biff file
Method from jxl.read.biff.BiffRecordReader Summary:
getPos,   hasNext,   next
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.read.biff.BiffRecordReader Detail:
 public int getPos() 
    Gets the position of the current record in the biff file
 public boolean hasNext() 
    Sees if there are any more records to read
 public Record next() 
    Gets the next record