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