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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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 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