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

Method isUnderflow

java/org/apache/tomcat/util/buf/C2BConverter.java:79–81  ·  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

77 * @return true if there are leftovers
78 */
79 public boolean isUnderflow() {
80 return (leftovers.position() > 0);
81 }
82
83 /**
84 * Returns whether there are leftover characters pending encoding.

Callers 5

isUndeflowMethod · 0.95
processDataTextMethod · 0.80
convertMethod · 0.80
convertMethod · 0.80
realWriteCharsMethod · 0.80

Calls 1

positionMethod · 0.80

Tested by

no test coverage detected