MCPcopy Index your code
hub / github.com/processing/processing / write

Method write

app/src/processing/app/Console.java:212–214  ·  view source on GitHub ↗
(byte b[])

Source from the content-addressed store, hash-verified

210 public void flush() { }
211
212 public void write(byte b[]) { // appears never to be used
213 write(b, 0, b.length);
214 }
215
216 public void write(byte b[], int offset, int length) {
217 // First write to the original stdout/stderr

Callers

nothing calls this directly

Calls 3

writeFileMethod · 0.95
writeMethod · 0.65
printStackTraceMethod · 0.45

Tested by

no test coverage detected