| Package | Description |
|---|---|
| org.apache.maven.surefire.util.internal |
| Modifier and Type | Field and Description |
|---|---|
private static StringUtils.EncodedArray |
StringUtils.EncodedArray.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static StringUtils.EncodedArray |
StringUtils.escapeBytesToPrintable(byte[] header,
byte[] input,
int off,
int len)
Escapes the bytes in the array
input to contain only 'printable' bytes. |