20080913, rgf

org.apache.bsf.util
Class IOUtils

java.lang.Object
  extended byorg.apache.bsf.util.IOUtils

public class IOUtils
extends java.lang.Object

This file is a collection of input/output utilities.

Author:
Sanjiva Weerawarana, Matthew J. Duftler

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

Field Detail

debug

static boolean debug
Constructor Detail

IOUtils

public IOUtils()
Method Detail

getStringFromReader

public static java.lang.String getStringFromReader(java.io.Reader reader)
                                            throws java.io.IOException
Throws:
java.io.IOException

20080913, rgf