MCPcopy Create free account
hub / github.com/ReadyTalk/avian / println

Method println

classpath/java/io/PrintWriter.java:51–57  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

49 }
50
51 public synchronized void println(String s) {
52 try {
53 out.write(s.toCharArray());
54 out.write(newline);
55 if (autoFlush) flush();
56 } catch (IOException e) { }
57 }
58
59 public synchronized void println() {
60 try {

Callers

nothing calls this directly

Calls 5

flushMethod · 0.95
valueOfMethod · 0.95
toCharArrayMethod · 0.80
writeMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected