-
Bug
-
Resolution: Done
-
Major
-
None
-
None
/**
- Helper method to run a specified task and automatically handle the closing of the stream.
- @param <S>
- @param task
- @param errorHandler
*/
public static <S extends Closeable> void closeOnComplete(StreamTask<S> task, StreamErrorHandler errorHandler)
{
}
Delegate to a working implementation, and add a test to ensure working.