Returns a "found" string, containing the current character. @return completion
()
| 127 | * @return completion |
| 128 | */ |
| 129 | protected final byte[] found() { |
| 130 | return current() == 0 ? EMPTY : Util.inf(FOUND, currentAsString()); |
| 131 | } |
| 132 | |
| 133 | /** |
| 134 | * Returns a maximum of 15 remaining characters that have not yet been parsed. |
no test coverage detected