Class InputStreamOrPath


  • public class InputStreamOrPath
    extends Object
    Object that holds either an input stream or a path. Used to set up process redirection.
    Author:
    raven
    • Constructor Detail

      • InputStreamOrPath

        public InputStreamOrPath​(Path path)
      • InputStreamOrPath

        public InputStreamOrPath​(InputStream inputStream)