public class StringUtil extends Object
Constructor and Description |
---|
StringUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isAsciiPrintable(byte[] byteArray)
Returns true if-and-only-if |byteArray| can be safely printed as ASCII.
|