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

Method isClosed

lib/java/io/BufferedWriter.java:157–159  ·  view source on GitHub ↗

Indicates whether this writer is closed. @return true if this writer is closed, false otherwise.

()

Source from the content-addressed store, hash-verified

155 * @return {@code true} if this writer is closed, {@code false} otherwise.
156 */
157 private boolean isClosed() {
158 return out == null;
159 }
160
161 /**
162 * Writes a newline to this writer. A newline is determined by the System

Callers 3

closeMethod · 0.95
flushMethod · 0.95
writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected