| Constructor and Description |
|---|
DB2Codec() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
encodeCharacter(char[] immune,
java.lang.Character c)
Default implementation that should be overridden in specific codecs.
|
containsCharacter, decode, encode, getHexForNonAlphanumeric, toHex, toOctalpublic java.lang.String encodeCharacter(char[] immune,
java.lang.Character c)
CodecencodeCharacter in class Codecc - the Character to encodepublic java.lang.Character decodeCharacter(PushbackString input)
CodecdecodeCharacter in class Codecinput - the Character to decode