public class CSSCodec extends AbstractCharacterCodec
Encoder| Constructor and Description |
|---|
CSSCodec() |
| Modifier and Type | Method and Description |
|---|---|
Character |
decodeCharacter(PushbackSequence<Character> input)
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackSequence.
|
String |
encodeCharacter(char[] immune,
Character c)
WARNING!!!! Passing a standard char to this method will resolve to the
|
decodecontainsCharacter, encode, encodeCharacter, encodeCharacter, getHexForNonAlphanumeric, getHexForNonAlphanumeric, toHex, toHex, toOctalpublic String encodeCharacter(char[] immune, Character c)
encodeCharacter in interface Codec<Character>encodeCharacter in class AbstractCodec<Character>immune - c - the Character to encodemethod instead of this one!!! YOU HAVE BEEN WARNED!!!!
{@inheritDoc}public Character decodeCharacter(PushbackSequence<Character> input)
decodeCharacter in interface Codec<Character>decodeCharacter in class AbstractCodec<Character>input - the Character to decodeCopyright © 2019 The Open Web Application Security Project (OWASP). All rights reserved.