Class SillyWriter

java.lang.Object
  extended by SillyWriter

public class SillyWriter
extends Object

Class that shows how to write to a file

Author:
Barb Ericson ericson@cc.gatech.edu

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

SillyWriter

public SillyWriter()
Method Detail

writeSillyFile

public void writeSillyFile()
Method to write a silly file


main

public static void main(String[] args)