Class ExecUtil.Redirection

  • Enclosing class:
    ExecUtil

    public static class ExecUtil.Redirection
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Redirection​(java.io.OutputStream out, int bufferSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.IOException join()  
      void redirect​(java.io.InputStream inStream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Redirection

        public Redirection​(java.io.OutputStream out,
                           int bufferSize)
    • Method Detail

      • redirect

        public void redirect​(java.io.InputStream inStream)
      • join

        public java.io.IOException join()
                                 throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException