Class StdIo
java.lang.Object
org.aksw.commons.io.util.StdIo
A utility class to open (close-shielded) input/output streams
from stdout, stderr and stdin.
- Author:
- raven
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OutputStreamstatic OutputStreamstatic InputStreamstatic InputStreamstatic OutputStreamstatic OutputStream
-
Constructor Details
-
StdIo
public StdIo()
-
-
Method Details
-
openStdOut
-
openStdErr
-
openStdIn
-
openStdOutWithCloseShield
-
openStdErrWithCloseShield
-
openStdInWithCloseShield
-