Modifier and Type | Method and 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.
|
Constructor and Description |
---|
Mode(ASCIIBits bits)
Creates a mode with the specified low and high bit-masks.
|