RBNio
Class FileIO

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

openInputFile

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