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

Method isMalformed

lib/java/nio/charset/CoderResult.java:186–188  ·  view source on GitHub ↗

Returns true if this result represents a malformed-input error. @return true if this is a malformed-input error, otherwise false.

()

Source from the content-addressed store, hash-verified

184 * @return true if this is a malformed-input error, otherwise false.
185 */
186 public boolean isMalformed() {
187 return this.type == TYPE_MALFORMED_INPUT;
188 }
189
190 /**
191 * Returns true if this result is an overflow condition.

Callers 3

encodeMethod · 0.95
checkCoderResultMethod · 0.80
checkCoderResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected