org.apache.xmlbeans.impl.common
Class IOUtil

java.lang.Object
  extended by org.apache.xmlbeans.impl.common.IOUtil

public class IOUtil
extends java.lang.Object


Constructor Summary
IOUtil()
           
 
Method Summary
static void copyCompletely(java.io.InputStream input, java.io.OutputStream output)
           
static void copyCompletely(java.io.Reader input, java.io.Writer output)
           
static void copyCompletely(java.net.URI input, java.net.URI output)
           
static java.io.File createDir(java.io.File rootdir, java.lang.String subdir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtil

public IOUtil()
Method Detail

copyCompletely

public static void copyCompletely(java.io.InputStream input,
                                  java.io.OutputStream output)
                           throws java.io.IOException
Throws:
java.io.IOException

copyCompletely

public static void copyCompletely(java.io.Reader input,
                                  java.io.Writer output)
                           throws java.io.IOException
Throws:
java.io.IOException

copyCompletely

public static void copyCompletely(java.net.URI input,
                                  java.net.URI output)
                           throws java.io.IOException
Throws:
java.io.IOException

createDir

public static java.io.File createDir(java.io.File rootdir,
                                     java.lang.String subdir)