Class StdIo

java.lang.Object
org.aksw.commons.io.util.StdIo

public class StdIo extends Object
A utility class to open (close-shielded) input/output streams from stdout, stderr and stdin.
Author:
raven
  • Constructor Details

    • StdIo

      public StdIo()
  • Method Details

    • openStdOut

      public static OutputStream openStdOut()
    • openStdErr

      public static OutputStream openStdErr()
    • openStdIn

      public static InputStream openStdIn()
    • openStdOutWithCloseShield

      public static OutputStream openStdOutWithCloseShield()
    • openStdErrWithCloseShield

      public static OutputStream openStdErrWithCloseShield()
    • openStdInWithCloseShield

      public static InputStream openStdInWithCloseShield()