
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. | |
|
||||||||||||
|
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(). |
1.2.18