Uses of Class
java.io.PrintStream
-
Packages that use PrintStream Package Description java.lang org.deepjava.runtime.mpc555 org.deepjava.runtime.util -
-
Uses of PrintStream in java.lang
Fields in java.lang declared as PrintStream Modifier and Type Field Description static PrintStream
System. err
static PrintStream
System. out
Methods in java.lang with parameters of type PrintStream Modifier and Type Method Description void
Throwable. printStackTrace(PrintStream s)
Prints the throwable and it's stack trace to a print streamstatic void
System. setErr(PrintStream err)
static void
System. setOut(PrintStream out)
-
Uses of PrintStream in org.deepjava.runtime.mpc555
Constructors in org.deepjava.runtime.mpc555 with parameters of type PrintStream Constructor Description Logger(PrintStream stream)
Creates a new Logger object which write log messages to thePrintStream
stream
. -
Uses of PrintStream in org.deepjava.runtime.util
Methods in org.deepjava.runtime.util with parameters of type PrintStream Modifier and Type Method Description void
Matrix. print(PrintStream out)
Prints a matrix onto a print stream.
-