Class ByteArrays

  • All Implemented Interfaces:

    
    public final class ByteArrays
    
                        

    A wrapper class that has been introduced in the migration from Kotlin to Java to house static functions.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static String toHexString(@NotNull() Array<byte> bytes) Converts this byte[] into a String of hexadecimal digits.
      static Array<byte> parseAsHex(@NotNull() String str) Converts this String of hexadecimal digits into a byte[].
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail