|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ou.pacman.util.Output
public final class Output
Method Summary | |
---|---|
static void |
writeTextFile(java.lang.String file,
java.util.ArrayList<java.lang.String> contents)
Write a list of strings to a given file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void writeTextFile(java.lang.String file, java.util.ArrayList<java.lang.String> contents)
file
- - name of the file to write tocontents
- - information to write to the file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |