public class ByteToCharConverter
extends java.lang.Object
A stateful converter from bytes to characters according to a specified Charset.
The byte input may end with an incomplete character code (e.g. in UTF-8 one character
is coded up to 4 bytes). In this case the partial character code is saved in an internal
buffer, thus the statefulness.