MCPcopy Index your code
hub / github.com/arduino/Arduino / close

Method close

app/src/processing/app/helpers/ConsoleLogger.java:56–58  ·  view source on GitHub ↗

Override StreamHandler.close to do a flush but not to close the output stream. That is, we do not close FileDescriptor.out .

()

Source from the content-addressed store, hash-verified

54 * close <tt>FileDescriptor.out</tt>.
55 */
56 public void close() {
57 flush();
58 }
59
60}

Callers 1

formatMethod · 0.45

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected