Reset this decoder's charset related state. The default implementation does nothing; this method can be overridden if needed.
()
| 547 | * does nothing; this method can be overridden if needed. |
| 548 | */ |
| 549 | protected void implReset() { |
| 550 | // default implementation is empty |
| 551 | } |
| 552 | |
| 553 | /** |
| 554 | * Indicates whether this decoder implements an auto-detecting charset. |