Class Array


  • public class Array
    extends Object
    Utility class for arrays
    • Method Detail

      • getBytesAsString

        public static String getBytesAsString​(byte[] data)
      • toString

        public static String toString​(byte[] array,
                                      String prefix)
        Represents array as String for printing. Array length can be up to 32767
        Parameters:
        array - to be represented as String
        Returns:
        String representation of the array