| Constructor and Description |
|---|
WindowsCodec() |
| 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)
encodeCharacter in class Codecimmune - c - the Character to encodepublic java.lang.Character decodeCharacter(PushbackString input)
Formats all are legal both upper/lower case: ^x - all special characters
decodeCharacter in class Codecinput - the Character to decode