|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.egothor.analyzer.xls.XLSParser
This class is part of the Egothor Project
| Field Summary | |
protected java.lang.String |
mBackupTitle
Description of the Field |
protected byte[] |
mBuffer
mBuffer will hold the first MAX_BYTES bytes of whatever is in the stream mInputStream, the contents of this buffer will be stored as a string in mFileContents |
protected org.apache.poi.poifs.filesystem.POIFSFileSystem |
mFileSystem
Description of the Field |
protected java.io.InputStream |
mInputStream
Description of the Field |
protected org.apache.poi.poifs.eventfilesystem.POIFSReader |
mPOIFSReader
Description of the Field |
protected java.util.Vector |
mReaderVector
Description of the Field |
protected java.io.FileInputStream |
mStream
Description of the Field |
protected java.lang.String |
mTitle
Description of the Field |
protected org.apache.poi.hssf.usermodel.HSSFWorkbook |
mWorkBook
Description of the Field |
static int |
TITLE_LENGTH
Description of the Field |
| Constructor Summary | |
XLSParser()
|
|
| Method Summary | |
byte[] |
getBuffer()
Gets the buffer attribute of the XLSParser object |
java.io.Reader |
getReader()
Gets the reader attribute of the XLSParser object |
java.io.Reader |
getReader(int aReader)
Gets the reader attribute of the XLSParser object |
java.util.Enumeration |
getReaders()
Gets the readers attribute of the XLSParser object |
protected java.util.Vector |
getReaderVector()
Gets the readerVector attribute of the XLSParser object |
java.lang.String |
getTitle()
Gets the title attribute of the XLSParser object |
protected org.apache.poi.hssf.usermodel.HSSFWorkbook |
getWorkBook()
Gets the workBook attribute of the XLSParser object |
static void |
main(java.lang.String[] args)
The main program for the XLSParser class |
void |
processPOIFSReaderEvent(org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent aEvent)
Description of the Method |
void |
setInputStream(java.io.InputStream aInputStream)
|
protected void |
setTitle(java.lang.String aTitle)
Sets the title attribute of the XLSParser object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int TITLE_LENGTH
protected java.util.Vector mReaderVector
protected java.io.FileInputStream mStream
protected org.apache.poi.poifs.filesystem.POIFSFileSystem mFileSystem
protected org.apache.poi.hssf.usermodel.HSSFWorkbook mWorkBook
protected org.apache.poi.poifs.eventfilesystem.POIFSReader mPOIFSReader
protected java.lang.String mTitle
protected java.io.InputStream mInputStream
protected java.lang.String mBackupTitle
protected byte[] mBuffer
| Constructor Detail |
public XLSParser()
| Method Detail |
public void setInputStream(java.io.InputStream aInputStream)
throws java.io.IOException
aInputStream - The new inputStream value
java.io.IOException - Description of the Exceptionprotected void setTitle(java.lang.String aTitle)
aTitle - The new title valuepublic byte[] getBuffer()
public java.io.Reader getReader(int aReader)
aReader - Description of the Parameter
public java.io.Reader getReader()
public java.util.Enumeration getReaders()
public java.lang.String getTitle()
protected java.util.Vector getReaderVector()
protected org.apache.poi.hssf.usermodel.HSSFWorkbook getWorkBook()
public static void main(java.lang.String[] args)
args - The command line argumentspublic void processPOIFSReaderEvent(org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent aEvent)
processPOIFSReaderEvent in interface org.apache.poi.poifs.eventfilesystem.POIFSReaderListeneraEvent - Description of the Parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||