org.apache.soap.util
Class IOUtils

java.lang.Object
  |
  +--org.apache.soap.util.IOUtils

public class IOUtils
extends java.lang.Object

This file is a collection of input/output utilities.

Version:
$Revision: 1.3 $
Author:
Sanjiva Weerawarana, Matthew J. Duftler

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
 

Constructor Detail

IOUtils

public IOUtils()
Method Detail

getStringFromReader

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


Copyright © 2001 Oracle SOAP. All Rights Reserved.