|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.egothor.analyzer.rtf.RTFParser
This class is part of the Egothor Project
| Field Summary | |
protected java.lang.String |
mFileContents
Description of the Field |
protected java.io.InputStream |
mInputStream
Description of the Field |
protected javax.swing.text.rtf.RTFEditorKit |
mRTFEditorKit
Description of the Field |
protected java.lang.String |
mSummary
Description of the Field |
protected java.lang.String |
mTitle
Description of the Field |
| Constructor Summary | |
RTFParser()
|
|
| Method Summary | |
java.lang.String |
getFileContents()
Gets the fileContents attribute of the RTFParser object |
java.io.InputStream |
getInputStream()
Gets the inputStream attribute of the RTFParser object |
java.io.Reader |
getReader()
Gets the reader attribute of the RTFParser object |
java.lang.String |
getSummary()
Gets the summary attribute of the RTFParser object |
java.lang.String |
getTitle()
Gets the title attribute of the RTFParser object |
static void |
main(java.lang.String[] args)
The main program for the RTFParser class |
void |
setInputStream(java.io.InputStream aInputStream)
Sets the inputStream attribute of the RTFParser object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected javax.swing.text.rtf.RTFEditorKit mRTFEditorKit
protected java.lang.String mFileContents
protected java.lang.String mTitle
protected java.lang.String mSummary
protected java.io.InputStream mInputStream
| Constructor Detail |
public RTFParser()
| Method Detail |
public void setInputStream(java.io.InputStream aInputStream)
throws java.lang.Exception
aInputStream - The new inputStream value
java.lang.Exception - Description of the Exceptionpublic java.lang.String getFileContents()
public java.io.InputStream getInputStream()
public java.io.Reader getReader()
public java.lang.String getSummary()
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 Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||