| 程序包 | 说明 |
|---|---|
| cn.aotcloud.codecs |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractPushbackSequence<T> |
class |
PushBackSequenceImpl |
class |
PushbackString |
| 限定符和类型 | 方法和说明 |
|---|---|
Character |
XMLEntityCodec.decodeCharacter(PushbackSequence<Character> input)
Returns the decoded version of the next character from the input string and
advances the current character in the PushbackSequence.
|
Character |
WindowsCodec.decodeCharacter(PushbackSequence<Character> input)
Returns the decoded version of the next character from the input string and
advances the current character in the PushbackSequence.
|
Character |
VBScriptCodec.decodeCharacter(PushbackSequence<Character> input)
Returns the decoded version of the character starting at index, or null if no
decoding is possible.
|
Character |
UnixCodec.decodeCharacter(PushbackSequence<Character> input)
Returns the decoded version of the next character from the input string and
advances the current character in the PushbackSequence.
|
Character |
PercentCodec.decodeCharacter(PushbackSequence<Character> input)
Returns the decoded version of the next character from the input string and
advances the current character in the PushbackSequence.
|
Character |
OracleCodec.decodeCharacter(PushbackSequence<Character> input)
Returns the decoded version of the next character from the input string and
advances the current character in the PushbackSequence.
|
Character |
MySQLCodec.decodeCharacter(PushbackSequence<Character> input)
Returns the decoded version of the next character from the input string and
advances the current character in the PushbackSequence.
|
Character |
JavaScriptCodec.decodeCharacter(PushbackSequence<Character> input)
Returns the decoded version of the next character from the input string and
advances the current character in the PushbackSequence.
|
Character |
CSSCodec.decodeCharacter(PushbackSequence<Character> input)
Returns the decoded version of the next character from the input string and
advances the current character in the PushbackSequence.
|
Integer |
HTMLEntityCodec.decodeCharacter(PushbackSequence<Integer> input)
Returns the decoded version of the next character from the input string and
advances the current character in the PushbackSequence.
|
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.
|
T |
AbstractCodec.decodeCharacter(PushbackSequence<T> input) |
Copyright © 2024. All rights reserved.