Package org.apache.xmlbeans.impl.common
Class IOUtil
java.lang.Object
org.apache.xmlbeans.impl.common.IOUtil
public class IOUtil extends Object
-
Constructor Summary
Constructors Constructor Description IOUtil()
-
Method Summary
Modifier and Type Method Description static void
copyCompletely(InputStream input, OutputStream output)
static void
copyCompletely(Reader input, Writer output)
static void
copyCompletely(URI input, URI output)
static File
createDir(File rootdir, String subdir)
-
Constructor Details
-
IOUtil
public IOUtil()
-
-
Method Details
-
copyCompletely
- Throws:
IOException
-
copyCompletely
- Throws:
IOException
-
copyCompletely
- Throws:
IOException
-
createDir
-