Uses of Class
org.apache.maven.surefire.util.internal.StringUtils.EncodedArray
Packages that use StringUtils.EncodedArray
-
Uses of StringUtils.EncodedArray in org.apache.maven.surefire.util.internal
Methods in org.apache.maven.surefire.util.internal that return StringUtils.EncodedArrayModifier and TypeMethodDescriptionstatic StringUtils.EncodedArray
StringUtils.escapeBytesToPrintable
(byte[] header, byte[] input, int off, int len) Escapes the bytes in the arrayinput
to contain only 'printable' bytes.