Class BinaryConstant


  • public class BinaryConstant
    extends Object
    • Constructor Detail

      • BinaryConstant

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

      • equals

        public boolean equals​(byte[] bytes)
      • equals

        public boolean equals​(byte[] bytes,
                              int offset,
                              int length)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • get

        public byte get​(int i)
      • size

        public int size()
      • toByteArray

        public byte[] toByteArray()