Uses of Interface
com.helger.commons.callback.exception.IExceptionCallback
-
Packages that use IExceptionCallback Package Description com.helger.commons.callback.exception com.helger.commons.io.stream -
-
Uses of IExceptionCallback in com.helger.commons.callback.exception
Classes in com.helger.commons.callback.exception that implement IExceptionCallback Modifier and Type Class Description classCollectingExceptionCallback<EXTYPE extends Throwable>A specific implementation of theIExceptionCallbackinterface, that stores the last exception.classCollectingExceptionListCallback<EXTYPE extends Throwable>A specific implementation of theIExceptionCallbackinterface, that stores all exceptions.classLoggingExceptionCallbackA specific implementation of theIExceptionCallbackinterface, that logs all exceptions to a standard logger. -
Uses of IExceptionCallback in com.helger.commons.io.stream
Methods in com.helger.commons.io.stream with parameters of type IExceptionCallback Modifier and Type Method Description static ESuccessStreamHelper. copyInputStreamToOutputStream(InputStream aIS, boolean bCloseIS, OutputStream aOS, boolean bCloseOS, byte[] aBuffer, Long aLimit, IExceptionCallback<IOException> aExceptionCallback, MutableLong aCopyByteCount)Pass the content of the given input stream to the given output stream.static ESuccessStreamHelper. copyReaderToWriter(Reader aReader, boolean bCloseReader, Writer aWriter, boolean bCloseWriter, char[] aBuffer, Long aLimit, IExceptionCallback<IOException> aExceptionCallback, MutableLong aCopyCharCount)Pass the content of the given reader to the given writer.
-