edu.pdx.cs399J.core
Class WriteToFile

java.lang.Object
  extended by 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.


Constructor Summary
WriteToFile()
           
 
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
 

Constructor Detail

WriteToFile

public WriteToFile()
Method Detail

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.