public class RedirectStreams
extends Object
This comes from
https://stackoverflow.com/questions/35706921/redirecting-the-output-of-a-process-into-the-input-of-another-process-using-proc/35709166
It is used to aid in piping output from 1 ProcessBuilder command to another.
- Author:
- lcj34