MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isClosed

Method isClosed

vm/JavaAPI/src/java/io/StringReader.java:64–66  ·  view source on GitHub ↗

Returns a boolean indicating whether this reader is closed. @return true if closed, otherwise false.

()

Source from the content-addressed store, hash-verified

62 * @return {@code true} if closed, otherwise {@code false}.
63 */
64 private boolean isClosed() {
65 return str == null;
66 }
67
68 /**
69 * Sets a mark position in this reader. The parameter {@code readLimit} is

Callers 5

markMethod · 0.95
readMethod · 0.95
readyMethod · 0.95
resetMethod · 0.95
skipMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected