edu.pdx.cs399J.core
Class WriteToFile
java.lang.Object
edu.pdx.cs399J.core.WriteToFile
public class WriteToFile
- extends Object
This program writes the arguments from the command line to a text
file. It demonstrates the FileWriter class.
|
Method Summary |
static void |
main(String[] args)
The first argument is the file to write to. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteToFile
public WriteToFile()
main
public static void main(String[] args)
- The first argument is the file to write to.
Copyright © 2000-2009 Portland State University. All Rights Reserved.