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
Methods in org.jboss.shrinkwrap.impl.base.io with parameters of type StreamErrorHandler Modifier and Type Method Description static <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.
-