Class SimpleWriter

java.lang.Object
  extended by SimpleWriter

public class SimpleWriter
extends Object

Class that shows how to write to a file

Author:
Barb Ericson

Constructor Summary
SimpleWriter()
           
 
Method Summary
static void main(String[] args)
           
 void writeSillyFile()
          Method to write a silly file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleWriter

public SimpleWriter()
Method Detail

writeSillyFile

public void writeSillyFile()
Method to write a silly file


main

public static void main(String[] args)