Package | Description |
---|---|
org.jboss.shrinkwrap.impl.base.io |
Modifier and Type | Field and Description |
---|---|
private static StreamErrorHandler |
IOUtil.DEFAULT_ERROR_HANDLER
Default Error Handler
|
Modifier and Type | Method and Description |
---|---|
static <S extends java.io.Closeable> |
IOUtil.closeOnComplete(S stream,
StreamTask<S> task,
StreamErrorHandler errorHandler)
Helper method to run a specified task and automatically handle the closing of the stream.
|