Class ByteArray

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ByteArray>

    public class ByteArray
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<ByteArray>
    Serializable byte array.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteArray​(byte[] value)  
    • Constructor Detail

      • ByteArray

        public ByteArray​(byte[] value)
    • Method Detail

      • getValue

        public byte[] getValue()
      • equals

        public boolean equals​(@Nullable java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(ByteArray other)
        Specified by:
        compareTo in interface java.lang.Comparable<ByteArray>