Uses of Interface
org.jboss.shrinkwrap.impl.base.io.StreamTask
Packages that use StreamTask
-
Uses of StreamTask in org.jboss.shrinkwrap.impl.base.io
Methods in org.jboss.shrinkwrap.impl.base.io with parameters of type StreamTaskModifier and TypeMethodDescriptionstatic <S extends Closeable>
voidIOUtil.closeOnComplete
(S stream, StreamTask<S> task) Helper method to run a specified task and automatically handle the closing of the stream.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.