Uses of Interface
org.jboss.shrinkwrap.impl.base.io.StreamErrorHandler
-
Packages that use StreamErrorHandler Package Description org.jboss.shrinkwrap.impl.base.io -
-
Uses of StreamErrorHandler in org.jboss.shrinkwrap.impl.base.io
Fields in org.jboss.shrinkwrap.impl.base.io declared as StreamErrorHandler Modifier and Type Field Description private static StreamErrorHandler
IOUtil. DEFAULT_ERROR_HANDLER
Default Error HandlerMethods in org.jboss.shrinkwrap.impl.base.io with parameters of type StreamErrorHandler Modifier and Type Method Description static <S extends java.io.Closeable>
voidIOUtil. closeOnComplete(S stream, StreamTask<S> task, StreamErrorHandler errorHandler)
Helper method to run a specified task and automatically handle the closing of the stream.
-