decodeCharacter
public java.lang.Character decodeCharacter(PushbackString input)
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackString. If the current character is not encoded, this
method MUST reset the PushbackString.
Returns the decoded version of the character starting at index,
or null if no decoding is possible.
- Overrides:
decodeCharacter in class Codec
- Parameters:
input - the Character to decode
- Returns:
- the decoded Character