|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.read.biff.BOFRecord
A Beginning Of File record, found at the commencement of all substreams within a biff8 file
Field Summary | |
private static int |
Biff7
The code used for biff8 files |
private static int |
Biff8
The code used for biff8 files |
private static int |
Chart
The code used for charts |
private static int |
MacroSheet
The code used for macro sheets |
private int |
substreamType
The type of this substream |
private int |
version
The biff version of this substream |
private static int |
WorkbookGlobals
The code used for workbook globals |
private static int |
Worksheet
The code used for worksheets |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
(package private) |
BOFRecord(Record t)
Constructs this object from the raw data |
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 |
(package private) boolean |
isChart()
Interrogates the substream to see if it is a chart |
(package private) boolean |
isMacroSheet()
Interrogates the substream to see if it is the commencement of a worksheet |
(package private) boolean |
isWorkbookGlobals()
Interrogates this substream to see if it represents the commencement of the workbook globals substream |
(package private) 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 |
|
Field Detail |
private static final int Biff8
private static final int Biff7
private static final int WorkbookGlobals
private static final int Worksheet
private static final int Chart
private static final int MacroSheet
private int version
private int substreamType
Constructor Detail |
BOFRecord(Record t)
t
- the raw dataMethod Detail |
public boolean isBiff8()
public boolean isBiff7()
boolean isWorkbookGlobals()
boolean isWorksheet()
boolean isMacroSheet()
boolean isChart()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |