Package org.openrefine.util
Class IOUtils
- java.lang.Object
-
- org.openrefine.util.IOUtils
-
public class IOUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description IOUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
copy(InputStream input, File file)
static long
copy(InputStream input, OutputStream output)
-
-
-
Method Detail
-
copy
public static long copy(InputStream input, OutputStream output) throws IOException
- Throws:
IOException
-
copy
public static long copy(InputStream input, File file) throws IOException
- Throws:
IOException
-
-