Uses of Class
org.owasp.encoder.ASCIIBits
-
-
Uses of ASCIIBits in org.owasp.encoder
Methods in org.owasp.encoder that return ASCIIBits Modifier and Type Method Description (package private) ASCIIBits
ASCIIBits. clear(char min, char max)
Sets a range of characters to 0s in the masks.(package private) ASCIIBits
ASCIIBits. clear(java.lang.String chars)
Clears the bit (sets to 0) for each character in the argument string.(package private) ASCIIBits
ASCIIBits. set(int min, int max)
Sets a range of characters to 1s in the masks.(package private) ASCIIBits
ASCIIBits. set(java.lang.String chars)
Sets a bit to 1 for each character in the argument string.Constructors in org.owasp.encoder with parameters of type ASCIIBits Constructor Description Mode(ASCIIBits bits)
Creates a mode with the specified low and high bit-masks.
-