Uses of Interface
org.jboss.shrinkwrap.impl.base.io.StreamErrorHandler
Packages that use StreamErrorHandler
-
Uses of StreamErrorHandler in org.jboss.shrinkwrap.impl.base.io
Fields in org.jboss.shrinkwrap.impl.base.io declared as StreamErrorHandlerModifier and TypeFieldDescriptionprivate static final StreamErrorHandler
IOUtil.DEFAULT_ERROR_HANDLER
Default Error HandlerMethods in org.jboss.shrinkwrap.impl.base.io with parameters of type StreamErrorHandlerModifier and TypeMethodDescriptionstatic <S extends 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.