Returns whether there are leftover characters pending encoding. @return true if there are leftovers
()
| 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. |
nothing calls this directly
no test coverage detected