Interface InputProvider

  • All Known Implementing Classes:
    Pipe

    public interface InputProvider
    This interface defines an InputProvider. An InputProvider supplies input for a process.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void provideInput​(java.io.OutputStream pOutputStream)
      The InputProvider must write the input to the given OutputStream.
    • Method Detail

      • provideInput

        void provideInput​(java.io.OutputStream pOutputStream)
                   throws java.io.IOException
        The InputProvider must write the input to the given OutputStream.
        Throws:
        java.io.IOException