Package org.apache.karaf.util
Class StreamUtils
- java.lang.Object
-
- org.apache.karaf.util.StreamUtils
-
public class StreamUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclose(Closeable... closeables)static voidclose(Iterable<Closeable> closeables)static voidcopy(InputStream input, OutputStream output)
-
-
-
Method Detail
-
close
public static void close(Closeable... closeables)
-
copy
public static void copy(InputStream input, OutputStream output) throws IOException
- Throws:
IOException
-
-