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

Method write

classpath/java/io/PrintWriter.java:74–77  ·  view source on GitHub ↗
(char[] buffer, int offset, int length)

Source from the content-addressed store, hash-verified

72 }
73
74 public void write(char[] buffer, int offset, int length) throws IOException {
75 out.write(buffer, offset, length);
76 if (autoFlush) flush();
77 }
78
79 public void flush() {
80 try {

Callers

nothing calls this directly

Calls 2

flushMethod · 0.95
writeMethod · 0.65

Tested by

no test coverage detected