From 4d449a9b96570e8c655fc303ca0ca81dab394e3d Mon Sep 17 00:00:00 2001
From: bculkin2442 Field Summary
-
-
-
-
-Modifier and Type
-Field and Description
-
-
-
-PrintStream
-errStream
-
-
-
-PrintStream
-outStream
-
+
+
+void
+setError(OutputStream err)
+
+
+
+void
+setError(PrintStream err)
+
+
+
+void
+setOutput(OutputStream out)
+
+
+void
+setOutput(PrintStream out)
+
-
-
+
Field Detail
-
+
-
-
+outStream
-public PrintStream outStream
-Constructor Detail
+
errStream
-public PrintStream errStream
-Everge
+public Everge()
-
Constructor Detail
-
+Method Detail
+
-
+
@@ -468,6 +493,6 @@ extends Copyright © 2019. All rights reserved.
+
+
+
+Everge
-public Everge()
+setOutput
+public void setOutput(PrintStream out)
+
+
out - The output stream..
+
-
+
+
+
setOutput
+public void setOutput(OutputStream out)
+
+
out - The output stream..
-
+
-setError
+public void setError(PrintStream err)
+
+
+err - The error stream.Method Detail
+
+
@@ -453,13 +478,13 @@ extends
setError
+public void setError(OutputStream err)
+
+
+err - The error stream.
Copyright © 2020. All rights reserved.