Class CapturedStdOutErrTextInteractive

java.lang.Object
tv.hd3g.processlauncher.CapturedStdOutErrText
tv.hd3g.processlauncher.CapturedStdOutErrTextInteractive

public class CapturedStdOutErrTextInteractive extends CapturedStdOutErrText
  • Constructor Details

    • CapturedStdOutErrTextInteractive

      public CapturedStdOutErrTextInteractive(Function<LineEntry,String> interactive, Charset destCharset)
      Parameters:
      interactive - function return null if nothing to send.
      destCharset - used for injected String to byte[] in stream
    • CapturedStdOutErrTextInteractive

      public CapturedStdOutErrTextInteractive(Function<LineEntry,String> interactive)
      Parameters:
      interactive - function return null if nothing to send.