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

Method isUnderflow

lib/java/nio/charset/CoderResult.java:165–167  ·  view source on GitHub ↗

Returns true if this result is an underflow condition. @return true if an underflow, otherwise false.

()

Source from the content-addressed store, hash-verified

163 * @return true if an underflow, otherwise false.
164 */
165 public boolean isUnderflow() {
166 return this.type == TYPE_UNDERFLOW;
167 }
168
169 /**
170 * Returns true if this result represents a malformed-input error or an

Callers 2

closeMethod · 0.95
decodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected