org.apache.bsf.util
Class IOUtils

java.lang.Object
  extended by org.apache.bsf.util.IOUtils

public class IOUtils
extends Object

This file is a collection of input/output utilities.

Author:
Sanjiva Weerawarana, Matthew J. Duftler

Constructor Summary
IOUtils()
           
 
Method Summary
static String getStringFromReader(Reader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtils

public IOUtils()
Method Detail

getStringFromReader

public static String getStringFromReader(Reader reader)
                                  throws IOException
Throws:
IOException