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

Method isUnmappable

lib/java/nio/charset/CoderResult.java:204–206  ·  view source on GitHub ↗

Returns true if this result represents an unmappable-character error. @return true if this is an unmappable-character error, otherwise false.

()

Source from the content-addressed store, hash-verified

202 * @return true if this is an unmappable-character error, otherwise false.
203 */
204 public boolean isUnmappable() {
205 return this.type == TYPE_UNMAPPABLE_CHAR;
206 }
207
208 /**
209 * Gets the length of the erroneous input. The length is only meaningful to

Callers 4

encodeMethod · 0.95
decodeMethod · 0.95
checkCoderResultMethod · 0.80
checkCoderResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected