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