MCPcopy Create free account
hub / github.com/davidgiven/luje / setError

Method setError

lib/java/io/PrintStream.java:638–640  ·  view source on GitHub ↗

Sets the error flag of this print stream to true.

()

Source from the content-addressed store, hash-verified

636 * Sets the error flag of this print stream to {@code true}.
637 */
638 protected void setError() {
639 ioError = true;
640 }
641
642 /**
643 * Writes {@code count} bytes from {@code buffer} starting at {@code offset}

Callers 4

closeMethod · 0.95
flushMethod · 0.95
printMethod · 0.95
writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected