|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.office.excel.RecordTokenizer
org.millscript.office.excel.versions.biff2.Biff2RecordTokenizer
org.millscript.office.excel.versions.biff3.Biff3RecordTokenizer
org.millscript.office.excel.versions.biff4.Biff4RecordTokenizer
org.millscript.office.excel.versions.biff5.Biff5RecordTokenizer
org.millscript.office.excel.versions.biff7.Biff7RecordTokenizer
org.millscript.office.excel.versions.biff8.Biff8RecordTokenizer
public class Biff8RecordTokenizer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.millscript.office.excel.RecordTokenizer |
|---|
RecordTokenizer.StringOptions |
| Constructor Summary | |
|---|---|
Biff8RecordTokenizer(BIFFVersion version,
BIFFRecordInputStream bis,
byte[] bofData)
|
|
| Method Summary | |
|---|---|
RecordParser |
getRecordParser()
|
AbsoluteCellAddress |
readAbsoluteCellAddress()
Returns the AbsoluteCellAddress at the current offset in
the current record data. |
CellRangeAddress |
readCellRangeAddress()
Returns the CellRangeAddress at the current offset in the
current record data. |
ConstantCachedValue[] |
readConstantCachedValueArray()
Returns an array of the ConstantCachedValues from the
current record offset. |
FormattingRun |
readFormattingRun()
Returns the formating run at the current offset in the current record data. |
OffsetCellAddress |
readOffsetCellAddress()
Returns the OffsetCellAddress at the current offset in
the current record data. |
java.lang.String |
readString(int length)
Returns a string of the specified length from the current record at the current offset. |
| Methods inherited from class org.millscript.office.excel.versions.biff3.Biff3RecordTokenizer |
|---|
readFormula |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Biff8RecordTokenizer(BIFFVersion version,
BIFFRecordInputStream bis,
byte[] bofData)
version - bis - | Method Detail |
|---|
public RecordParser getRecordParser()
getRecordParser in class Biff7RecordTokenizerBiff7RecordTokenizer.getRecordParser()public AbsoluteCellAddress readAbsoluteCellAddress()
RecordTokenizerAbsoluteCellAddress at the current offset in
the current record data. This method allows for the changes in the
format of this record between BIFF7 and BIFF8. The current offset is
incremented by the appropriate amount for the current BIFF version.
readAbsoluteCellAddress in class Biff2RecordTokenizerAbsoluteCellAddress at the current offset in
the current record dataRecordTokenizer.readAbsoluteCellAddress()public CellRangeAddress readCellRangeAddress()
RecordTokenizerCellRangeAddress at the current offset in the
current record data. This method allows for the changes in the format of
this record between BIFF7 and BIFF8. The current offset is incremented
by the appropriate amount for the current BIFF version.
readCellRangeAddress in class Biff2RecordTokenizerCellRangeAddress at the current offset in the
current record dataRecordTokenizer.readCellRangeAddress()public ConstantCachedValue[] readConstantCachedValueArray()
RecordTokenizerConstantCachedValues from the
current record offset. The number returned is decoded from the first
three bytes in a BIFF version dependant way.
readConstantCachedValueArray in class Biff2RecordTokenizerConstantCachedValuesRecordTokenizer.readConstantCachedValueArray()public FormattingRun readFormattingRun()
RecordTokenizer
readFormattingRun in class Biff2RecordTokenizerFormattingRun at the current offset in the
current recordRecordTokenizer.readFormattingRun()public OffsetCellAddress readOffsetCellAddress()
RecordTokenizerOffsetCellAddress at the current offset in
the current record data. This method allows for the changes in the
format of this record between BIFF7 and BIFF8. The current offset is
incremented by the appropriate amount for the current BIFF version.
readOffsetCellAddress in class Biff2RecordTokenizerOffsetCellAddress at the current offset in
the current record dataRecordTokenizer.readOffsetCellAddress()public java.lang.String readString(int length)
RecordTokenizer
readString in class Biff2RecordTokenizerRecordTokenizer.readString(int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||