Class IOUtils

java.lang.Object
org.apache.axis2.util.IOUtils

public class IOUtils extends Object
  • Constructor Details

    • IOUtils

      public IOUtils()
  • Method Details

    • copy

      public static void copy(InputStream in, OutputStream out, boolean close) throws IOException
      Copies the input stream to the output stream
      Parameters:
      in - the InputStream
      out - the OutputStream
      close - close input and output stream
      Throws:
      IOException