Interface OutputStreamPump

All Superinterfaces:
Runnable
All Known Implementing Classes:
InputOutputStreamPump

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

    Modifier and Type
    Method
    Description
    void
    Sets the output stream.

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details