MCPcopy Create free account
hub / github.com/apache/tomcat / isUndeflow

Method isUndeflow

java/org/apache/tomcat/util/buf/C2BConverter.java:88–91  ·  view source on GitHub ↗

Returns whether there are leftover characters pending encoding. @return true if there are leftovers

()

Source from the content-addressed store, hash-verified

86 * @return true if there are leftovers
87 */
88 @Deprecated
89 public boolean isUndeflow() {
90 return isUnderflow();
91 }
92
93 /**
94 * Convert the given characters to bytes.

Callers

nothing calls this directly

Calls 1

isUnderflowMethod · 0.95

Tested by

no test coverage detected