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

Method write

core/src/processing/data/JSONObject.java:1582–1584  ·  view source on GitHub ↗
(PrintWriter output)

Source from the content-addressed store, hash-verified

1580
1581
1582 public boolean write(PrintWriter output) {
1583 return write(output, null);
1584 }
1585
1586
1587 public boolean write(PrintWriter output, String options) {

Callers 1

saveMethod · 0.95

Calls 8

splitMethod · 0.95
parseIntMethod · 0.95
formatMethod · 0.95
startsWithMethod · 0.80
printMethod · 0.65
equalsMethod · 0.45
printlnMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected