jxl.read.biff
Class BOFRecord

java.lang.Object
  extended byjxl.biff.RecordData
      extended byjxl.read.biff.BOFRecord

public class BOFRecord
extends RecordData

A Beginning Of File record, found at the commencement of all substreams within a biff8 file


Method Summary
 boolean isBiff7()
          Interrogates this object to see if it is a biff7 substream
 boolean isBiff8()
          Interrogates this object to see if it is a biff8 substream
 boolean isChart()
          Interrogates the substream to see if it is a chart
 boolean isMacroSheet()
          Interrogates the substream to see if it is the commencement of a worksheet
 boolean isWorksheet()
          Interrogates the substream to see if it is the commencement of a worksheet
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isBiff8

public boolean isBiff8()
Interrogates this object to see if it is a biff8 substream

Returns:
TRUE if this substream is biff8, false otherwise

isBiff7

public boolean isBiff7()
Interrogates this object to see if it is a biff7 substream

Returns:
TRUE if this substream is biff7, false otherwise

isWorksheet

public boolean isWorksheet()
Interrogates the substream to see if it is the commencement of a worksheet

Returns:
TRUE if this substream is the beginning of a worksheet, FALSE otherwise

isMacroSheet

public boolean isMacroSheet()
Interrogates the substream to see if it is the commencement of a worksheet

Returns:
TRUE if this substream is the beginning of a worksheet, FALSE otherwise

isChart

public boolean isChart()
Interrogates the substream to see if it is a chart

Returns:
TRUE if this substream is the beginning of a worksheet, FALSE otherwise