CharsetEncoder.flush() should only call implFlush() once.
Repeated calls to flush() should not result in repeated calls to implFlush(), leaving CharsetEncoder implementations free to do such things as unconditionally prepend headers in their implFlush(). ICU4J does that. bug: 19251672 Change-Id: Id6399c16a60b0ec7f73248e431741fe5432c9c3a
Loading
Please sign in to comment