org.apache.xmlbeans.impl.common
Class IOUtil
java.lang.Object
org.apache.xmlbeans.impl.common.IOUtil
public class IOUtil
- extends java.lang.Object
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 |
IOUtil
public IOUtil()
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)