org.egothor.analyzer.rtf
Class RTFParser

java.lang.Object
  extended byorg.egothor.analyzer.rtf.RTFParser

public class RTFParser
extends java.lang.Object

This class is part of the Egothor Project

Author:
Ed Nolan

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

mRTFEditorKit

protected javax.swing.text.rtf.RTFEditorKit mRTFEditorKit
Description of the Field


mFileContents

protected java.lang.String mFileContents
Description of the Field


mTitle

protected java.lang.String mTitle
Description of the Field


mSummary

protected java.lang.String mSummary
Description of the Field


mInputStream

protected java.io.InputStream mInputStream
Description of the Field

Constructor Detail

RTFParser

public RTFParser()
Method Detail

setInputStream

public void setInputStream(java.io.InputStream aInputStream)
                    throws java.lang.Exception
Sets the inputStream attribute of the RTFParser object

Parameters:
aInputStream - The new inputStream value
Throws:
java.lang.Exception - Description of the Exception

getFileContents

public java.lang.String getFileContents()
Gets the fileContents attribute of the RTFParser object

Returns:
The fileContents value

getInputStream

public java.io.InputStream getInputStream()
Gets the inputStream attribute of the RTFParser object

Returns:
The inputStream value

getReader

public java.io.Reader getReader()
Gets the reader attribute of the RTFParser object

Returns:
The reader value

getSummary

public java.lang.String getSummary()
Gets the summary attribute of the RTFParser object

Returns:
The summary value

getTitle

public java.lang.String getTitle()
Gets the title attribute of the RTFParser object

Returns:
The title value

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
The main program for the RTFParser class

Parameters:
args - The command line arguments
Throws:
java.lang.Exception - Description of the Exception


Copyright © 2004 Egothor Developers. All Rights Reserved. Build date 20050710