Main Page   Packages   Class Hierarchy   Compound List   File List   Compound Members  

meapsoft.MEAPFile Class Reference

Inheritance diagram for meapsoft.MEAPFile:

Inheritance graph
[legend]
List of all members.

Detailed Description

Representation of a MEAPsoft file.

Author:
Ron Weiss ([email protected])

Definition at line 38 of file MEAPFile.java.

Public Methods

abstract void readFile () throws IOException, ParserException
 Parse this MEAPFile.

void writeFile () throws IOException
 Write the file represented by this object.

void writeFile (String fn) throws IOException
 Write the file represented by this object.

void writeFile (String fn, boolean append) throws IOException
 Write the file represented by this object.

String toString ()
 Returns a String representing the properly formatted contents of this file.


Protected Methods

abstract void write (Writer w) throws IOException
 Write out properly formatted representation of this object.


Member Function Documentation

void meapsoft.MEAPFile.writeFile String    fn,
boolean    append
throws IOException [inline]
 

Write the file represented by this object.

If append is false, fn will be overwritten.

Definition at line 79 of file MEAPFile.java.

References meapsoft.MEAPFile.write().


The documentation for this class was generated from the following file:
Generated on Tue Feb 6 19:02:29 2007 for MEAPsoft by doxygen1.2.18