org.millscript.office.excel.versions.biff8
Class BIFF8RecordParser

java.lang.Object
  extended by org.millscript.office.excel.RecordParser
      extended by org.millscript.office.excel.versions.biff8.BIFF8RecordParser

public class BIFF8RecordParser
extends RecordParser


Constructor Summary
BIFF8RecordParser(RecordTokenizer tokenizer)
           
 
Method Summary
 java.lang.String getSharedString(int index)
           
 void setSharedStringTable(java.lang.String[] strings)
           
 
Methods inherited from class org.millscript.office.excel.RecordParser
getCurrentWorkbook, getCurrentWorksheet, hasMoreRecords, nextRecord, peekRecord, readWorkbook, readWorkbookGlobalsBOF, readWorksheet, readWorksheetBOF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BIFF8RecordParser

public BIFF8RecordParser(RecordTokenizer tokenizer)
Parameters:
tokenizer -
Method Detail

getSharedString

public java.lang.String getSharedString(int index)
Overrides:
getSharedString in class RecordParser
See Also:
RecordParser.getSharedString(int)

setSharedStringTable

public void setSharedStringTable(java.lang.String[] strings)
Overrides:
setSharedStringTable in class RecordParser
See Also:
RecordParser.setSharedStringTable(java.lang.String[])


Copyright © 2006-2007 Open World Ltd. All Rights Reserved.