T |
AbstractCodec.decodeCharacter(PushbackSequence<T> input) |
|
T |
Codec.decodeCharacter(PushbackSequence<T> input) |
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackSequence.
|
java.lang.Character |
CSSCodec.decodeCharacter(PushbackSequence<java.lang.Character> input) |
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackSequence.
|
java.lang.Integer |
HTMLEntityCodec.decodeCharacter(PushbackSequence<java.lang.Integer> input) |
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackSequence.
|
java.lang.Character |
JavaScriptCodec.decodeCharacter(PushbackSequence<java.lang.Character> input) |
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackSequence.
|
java.lang.Character |
MySQLCodec.decodeCharacter(PushbackSequence<java.lang.Character> input) |
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackSequence.
|
java.lang.Character |
OracleCodec.decodeCharacter(PushbackSequence<java.lang.Character> input) |
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackSequence.
|
java.lang.Character |
PercentCodec.decodeCharacter(PushbackSequence<java.lang.Character> input) |
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackSequence.
|
java.lang.Character |
UnixCodec.decodeCharacter(PushbackSequence<java.lang.Character> input) |
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackSequence.
|
java.lang.Character |
VBScriptCodec.decodeCharacter(PushbackSequence<java.lang.Character> input) |
Returns the decoded version of the character starting at index, or
null if no decoding is possible.
|
java.lang.Character |
WindowsCodec.decodeCharacter(PushbackSequence<java.lang.Character> input) |
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackSequence.
|
java.lang.Character |
XMLEntityCodec.decodeCharacter(PushbackSequence<java.lang.Character> input) |
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackSequence.
|