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 voidcopyCompletely(InputStream input, OutputStream output)static voidcopyCompletely(Reader input, Writer output)static voidcopyCompletely(URI input, URI output)static FilecreateDir(File rootdir, String subdir)
-
Constructor Details
-
IOUtil
public IOUtil()
-
-
Method Details
-
copyCompletely
- Throws:
IOException
-
copyCompletely
- Throws:
IOException
-
copyCompletely
- Throws:
IOException
-
createDir
-