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 PrintStreamSystem. errstatic PrintStreamSystem. outMethods in java.lang with parameters of type PrintStream Modifier and Type Method Description voidThrowable. printStackTrace(PrintStream s)Prints the throwable and it's stack trace to a print streamstatic voidSystem. setErr(PrintStream err)static voidSystem. 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 thePrintStreamstream. -
Uses of PrintStream in org.deepjava.runtime.util
Methods in org.deepjava.runtime.util with parameters of type PrintStream Modifier and Type Method Description voidMatrix. print(PrintStream out)Prints a matrix onto a print stream.
-