Interface InputStreamPump.Pump

All Known Implementing Classes:
MemoryArchive
Enclosing class:
InputStreamPump

public static interface InputStreamPump.Pump
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The specified stream remains open after this method returns.
  • Method Details

    • run

      void run(InputStream in) throws Exception

      The specified stream remains open after this method returns.

      Parameters:
      in -
      Throws:
      Exception