Class Binary

    • Field Detail

      • EMPTY_VALUE

        public static final Binary EMPTY_VALUE
    • Constructor Detail

      • Binary

        public Binary​(byte[] v)
        if the bytes v is modified, the modification is visible to this binary.
    • Method Detail

      • hashCode

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

        public int getLength()
        get length.
        Returns:
        length
      • getStringValue

        public String getStringValue​(Charset charset)
      • getValues

        public byte[] getValues()
      • setValues

        public void setValues​(byte[] values)