Package org.apache.xmlbeans.impl.common
Class IOUtil
- java.lang.Object
-
- org.apache.xmlbeans.impl.common.IOUtil
-
public class IOUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IOUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcopyCompletely(java.io.InputStream input, java.io.OutputStream output)static voidcopyCompletely(java.io.Reader input, java.io.Writer output)static voidcopyCompletely(java.net.URI input, java.net.URI output)static java.io.FilecreateDir(java.io.File rootdir, java.lang.String subdir)static java.nio.file.PathgetTempDir()
-
-
-
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)
-
getTempDir
public static java.nio.file.Path getTempDir()
-
-