Class InputStreamOrPath

java.lang.Object
org.aksw.commons.io.process.pipe.InputStreamOrPath

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

    • path

      protected Path path
    • inputStream

      protected InputStream inputStream
  • Constructor Details

    • InputStreamOrPath

      public InputStreamOrPath(Path path)
    • InputStreamOrPath

      public InputStreamOrPath(InputStream inputStream)
  • Method Details