Class Array
java.lang.Object
org.apache.harmony.security.utils.Array
public class Array extends Object
Utility class for arrays
-
Method Summary
Modifier and Type Method Description static StringgetBytesAsString(byte[] data)static StringtoString(byte[] array, String prefix)RepresentsarrayasStringfor printing.
-
Method Details
-
getBytesAsString
-
toString
RepresentsarrayasStringfor printing. Array length can be up to 32767- Parameters:
array- to be represented asString- Returns:
Stringrepresentation of thearray
-