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
All Methods Static Methods Concrete Methods 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)
-
-
-
Method Detail
-
copyCompletely
public static void copyCompletely(InputStream input, OutputStream output) throws IOException
- Throws:
IOException
-
copyCompletely
public static void copyCompletely(Reader input, Writer output) throws IOException
- Throws:
IOException
-
copyCompletely
public static void copyCompletely(URI input, URI output) throws IOException
- Throws:
IOException
-
-