public class PrintableString extends Object
| Constructor and Description |
|---|
PrintableString() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPrintableCharacter(char c)
Indicates whether the provided character is a valid printable character.
|
static boolean |
isPrintableString(String s)
Indicates whether the provided string is a valid printable string.
|
public PrintableString()
public static boolean isPrintableCharacter(char c)
c - The character for which to make the determination.true if the provided character is a printable
character, or false if not.public static boolean isPrintableString(String s)
s - The string for which to make the determination.true if the provided string is a printable string, or
false if not.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.