Class IOUtils
java.lang.Object
is.galia.util.IOUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcloseQuietly(AutoCloseable closeable) InvokesAutoCloseable.close()on the given instance quietly but not silently (exceptions are logged).static voidconsume(ImageInputStream inputStream) static voidtransfer(ImageInputStream inputStream, OutputStream outputStream)
-
Method Details
-
closeQuietly
InvokesAutoCloseable.close()on the given instance quietly but not silently (exceptions are logged). -
consume
- Throws:
IOException
-
transfer
public static void transfer(ImageInputStream inputStream, OutputStream outputStream) throws IOException - Throws:
IOException
-