Uploaded image for project: 'ShrinkWrap'
  1. ShrinkWrap
  2. SHRINKWRAP-109

IOUtil.closeOnComplete(StreamTask<S>, StreamErrorHandler) does nothing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0-alpha-3
    • None
    • impl-base
    • 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.

            arubinge@redhat.com Andrew Rubinger (Inactive)
            arubinge@redhat.com Andrew Rubinger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: