|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.egothor.analyzer.doc.DocParser
This class is part of the Egothor Project
| Field Summary | |
protected byte[] |
mBuffer
Description of the Field |
protected java.lang.String |
mFileContents
Holds the documents text contents |
protected java.io.InputStream |
mInputStream
Description of the Field |
protected org.apache.poi.poifs.eventfilesystem.POIFSReader |
mReader
Description of the Field |
protected java.lang.String |
mTitle
Holds the documents title |
protected org.apache.poi.hdf.extractor.WordDocument |
mWordDocument
Description of the Field |
static int |
TITLE_LENGTH
Description of the Field |
| Constructor Summary | |
DocParser()
Constructor for the DocParser object |
|
| Method Summary | |
byte[] |
getBuffer()
Gets the buffer attribute of the DocParser object |
java.lang.String |
getFileContents()
Gets the fileContents attribute of the DocParser object |
java.io.InputStream |
getInputStream()
Gets the InputStream attribute of the DocParser object |
java.io.Reader |
getReader()
Gets the reader attribute of the DocParser object |
java.lang.String |
getTitle()
Gets the title attribute of the DocParser object |
static void |
main(java.lang.String[] args)
The main program for the DocParser class |
void |
processPOIFSReaderEvent(org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent aEvent)
Description of the Method |
void |
setInputStream(java.io.InputStream aInputStream)
Sets the inputStream attribute of the DocParser object |
protected void |
setTitle(java.lang.String aTitle)
Sets the title attribute of the DocParser 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.io.InputStream mInputStream
protected byte[] mBuffer
protected org.apache.poi.hdf.extractor.WordDocument mWordDocument
protected org.apache.poi.poifs.eventfilesystem.POIFSReader mReader
protected java.lang.String mFileContents
protected java.lang.String mTitle
| Constructor Detail |
public DocParser()
| Method Detail |
public void setInputStream(java.io.InputStream aInputStream)
throws java.lang.Exception
aInputStream - The new inputStream value
java.lang.Exception - Description of the Exceptionprotected void setTitle(java.lang.String aTitle)
aTitle - The new title valuepublic byte[] getBuffer()
public java.lang.String getFileContents()
public java.io.InputStream getInputStream()
public java.io.Reader getReader()
public java.lang.String getTitle()
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - The command line arguments
java.lang.Exception - Description of the Exceptionpublic 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 | ||||||||||