Constructor and Description |
---|
DB2Codec() |
Modifier and Type | Method and Description |
---|---|
Character |
decodeCharacter(PushbackString input)
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackString.
|
String |
encodeCharacter(char[] immune,
Character c)
Default implementation that should be overridden in specific codecs.
|
containsCharacter, decode, encode, getHexForNonAlphanumeric, toHex, toOctal
public String encodeCharacter(char[] immune, Character c)
Codec
encodeCharacter
in class Codec
c
- the Character to encodepublic Character decodeCharacter(PushbackString input)
Codec
decodeCharacter
in class Codec
input
- the Character to decodeCopyright © 2012 The Open Web Application Security Project (OWASP). All Rights Reserved.