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

Method checkError

lib/java/io/OutputStream.java:126–128  ·  view source on GitHub ↗

Returns true if this writer has encountered and suppressed an error. Used by PrintStreams as an alternative to checked exceptions.

()

Source from the content-addressed store, hash-verified

124 * by PrintStreams as an alternative to checked exceptions.
125 */
126 boolean checkError() {
127 return false;
128 }
129}

Callers 1

checkErrorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected