Package nl.b3p.commons.services
Class StreamCopy
- java.lang.Object
-
- nl.b3p.commons.services.StreamCopy
-
public class StreamCopy extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
copy(InputStream in, OutputStream out)
-
-
-
Method Detail
-
copy
public static long copy(InputStream in, OutputStream out) throws IOException
- Throws:
IOException
-
-