Interface InputStreamPump.Pump

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void run​(java.io.InputStream in)
      The specified stream remains open after this method returns.
    • Method Detail

      • run

        void run​(java.io.InputStream in)
          throws java.lang.Exception

        The specified stream remains open after this method returns.

        Parameters:
        in -
        Throws:
        java.lang.Exception