redmondfile
Class HandleFile

java.lang.Object
  extended by redmondfile.HandleFile

public class HandleFile
extends java.lang.Object


Constructor Summary
HandleFile()
          Creates a new instance of HandleFile
 
Method Summary
static java.io.PrintWriter prepWriteToFile(java.lang.String filename)
          call this one the first time when file setup is needed
static java.io.BufferedReader startFile(java.lang.String filename)
          get started with a file - including choosing it using the FileChooser, making sure we can read from it
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandleFile

public HandleFile()
Creates a new instance of HandleFile

Method Detail

startFile

public static java.io.BufferedReader startFile(java.lang.String filename)
                                        throws java.io.IOException
get started with a file - including choosing it using the FileChooser, making sure we can read from it

Throws:
java.io.IOException

prepWriteToFile

public static java.io.PrintWriter prepWriteToFile(java.lang.String filename)
                                           throws java.io.IOException
call this one the first time when file setup is needed

Throws:
java.io.IOException