Package com.ibm.wsdl.util
Class IOUtils
java.lang.Object
com.ibm.wsdl.util.IOUtils
public class IOUtils
extends java.lang.Object
This file is a collection of input/output utilities.
- Author:
- Sanjiva Weerawarana, Matthew J. Duftler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
IOUtils
public IOUtils()
-
-
Method Details
-
getStringFromReader
public static java.lang.String getStringFromReader(java.io.Reader reader) throws java.io.IOException - Throws:
java.io.IOException
-