Package net.integrio.maven.aws.util
Class IOUtils
- java.lang.Object
-
- net.integrio.maven.aws.util.IOUtils
-
public abstract class IOUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description IOUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcloseQuietly(Closeable... closeables)static voidcopy(InputStream in, OutputStream out)
-
-
-
Method Detail
-
copy
public static void copy(InputStream in, OutputStream out) throws IOException
- Throws:
IOException
-
closeQuietly
public static void closeQuietly(Closeable... closeables)
-
-