Uses of Class
org.owasp.esapi.codecs.PushbackString

Packages that use PushbackString
org.owasp.esapi.codecs This package contains codecs for application layer encoding/escaping schemes that can be used for both canonicalization and output encoding. 
 

Uses of PushbackString in org.owasp.esapi.codecs
 

Methods in org.owasp.esapi.codecs with parameters of type PushbackString
 Character XMLEntityCodec.decodeCharacter(PushbackString input)
          Returns the decoded version of the next character from the input string and advances the current character in the PushbackString.
 Character WindowsCodec.decodeCharacter(PushbackString input)
          Returns the decoded version of the next character from the input string and advances the current character in the PushbackString.
 Character VBScriptCodec.decodeCharacter(PushbackString input)
          Returns the decoded version of the character starting at index, or null if no decoding is possible.
 Character UnixCodec.decodeCharacter(PushbackString input)
          Returns the decoded version of the next character from the input string and advances the current character in the PushbackString.
 Character PercentCodec.decodeCharacter(PushbackString input)
          Returns the decoded version of the next character from the input string and advances the current character in the PushbackString.
 Character OracleCodec.decodeCharacter(PushbackString input)
          Returns the decoded version of the next character from the input string and advances the current character in the PushbackString.
 Character MySQLCodec.decodeCharacter(PushbackString input)
          Returns the decoded version of the next character from the input string and advances the current character in the PushbackString.
 Character JavaScriptCodec.decodeCharacter(PushbackString input)
          Returns the decoded version of the next character from the input string and advances the current character in the PushbackString.
 Character HTMLEntityCodec.decodeCharacter(PushbackString input)
          Returns the decoded version of the next character from the input string and advances the current character in the PushbackString.
 Character DB2Codec.decodeCharacter(PushbackString input)
           
 Character CSSCodec.decodeCharacter(PushbackString input)
          Returns the decoded version of the next character from the input string and advances the current character in the PushbackString.
 Character Codec.decodeCharacter(PushbackString input)
          Returns the decoded version of the next character from the input string and advances the current character in the PushbackString.
 



Copyright © 2013 The Open Web Application Security Project (OWASP). All Rights Reserved.