Class StreamFeeder

    • Constructor Detail

      • StreamFeeder

        public StreamFeeder​(InputStream input,
                            OutputStream output)
        Create a new StreamFeeder
        Parameters:
        input - Stream to read from
        output - Stream to write to
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread
      • close

        public void close()
      • getException

        public Throwable getException()
        Returns:
        the Exception
        Since:
        3.1.0