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

Method isOverflow

lib/java/nio/charset/CoderResult.java:195–197  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

193 * @return true if this is an overflow, otherwise false.
194 */
195 public boolean isOverflow() {
196 return this.type == TYPE_OVERFLOW;
197 }
198
199 /**
200 * Returns true if this result represents an unmappable-character error.

Callers 3

closeMethod · 0.95
convertMethod · 0.95
decodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected