myio
Class FileIO

java.lang.Object
  extended by myio.FileIO

public class FileIO
extends java.lang.Object


Constructor Summary
FileIO()
          Creates new OpenInputFile
 
Method Summary
static java.io.BufferedReader openInputFile(java.lang.String filename)
           
static java.io.BufferedWriter openOutputFile(java.io.File file)
           
static java.io.BufferedWriter openOutputFile(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileIO

public FileIO()
Creates new OpenInputFile

Method Detail

openOutputFile

public static java.io.BufferedWriter openOutputFile(java.lang.String filename)

openOutputFile

public static java.io.BufferedWriter openOutputFile(java.io.File file)

openInputFile

public static java.io.BufferedReader openInputFile(java.lang.String filename)