Class FixedSizeByteArray

  • Direct Known Subclasses:
    Address, Hash

    public class FixedSizeByteArray
    extends Object
    • Constructor Detail

      • FixedSizeByteArray

        protected FixedSizeByteArray​(int length,
                                     byte[] bytes)
      • FixedSizeByteArray

        protected FixedSizeByteArray​(int length,
                                     String hex)
    • Method Detail

      • toStringNoPrefix

        public String toStringNoPrefix()
      • toBytes

        public byte[] toBytes()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object