edu.indiana.util
Class IOHelper

java.lang.Object
  extended by edu.indiana.util.IOHelper

public class IOHelper
extends java.lang.Object


Constructor Summary
IOHelper()
          Creates a new instance of IOHelper
 
Method Summary
static java.io.PrintWriter makePrintWriter(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOHelper

public IOHelper()
Creates a new instance of IOHelper

Method Detail

makePrintWriter

public static java.io.PrintWriter makePrintWriter(java.lang.String filename)