The class doc for CharsetEncoder states:
"A subclass that maintains internal state should, additionally, override the flush and reset methods."
But flush() and reset() are final. Evidently, the writer meant
implFlush() and implReset().
###@###.### 2005-2-13 04:48:59 GMT
"A subclass that maintains internal state should, additionally, override the flush and reset methods."
But flush() and reset() are final. Evidently, the writer meant
implFlush() and implReset().
###@###.### 2005-2-13 04:48:59 GMT