Interface InputStreamPump

All Superinterfaces:
Runnable
All Known Implementing Classes:
InputOutputStreamPump

public interface InputStreamPump
extends Runnable
Pumps an InputStream.
Since:
3.2.0
Author:
Joel Uckelman
  • Method Summary

    Modifier and Type Method Description
    void setInputStream​(InputStream in)
    Sets the input stream.

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details