Uses of Class
org.teavm.classlib.java.io.TPrintStream
Packages that use TPrintStream
-
Uses of TPrintStream in org.teavm.classlib.java.lang
Methods in org.teavm.classlib.java.lang that return TPrintStreamModifier and TypeMethodDescriptionstatic TPrintStream
TSystem.err()
static TPrintStream
TSystem.out()
Methods in org.teavm.classlib.java.lang with parameters of type TPrintStreamModifier and TypeMethodDescriptionstatic void
TSystem.setErr(TPrintStream err)
static void
TSystem.setOut(TPrintStream out)
-
Uses of TPrintStream in org.teavm.classlib.java.util
Methods in org.teavm.classlib.java.util with parameters of type TPrintStream