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

Method print

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

Source from the content-addressed store, hash-verified

35 }
36
37 public synchronized void print(String s) {
38 try {
39 out.write(s.toCharArray());
40 } catch (IOException e) { }
41 }
42
43 public void print(Object o) {
44 print(o.toString());

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected