fun and(value: UInt32): UInt32 (source)
Return a bit-wise AND of this value and the supplied value.
value - the value to perform the operation with
Return
the result of a bit-wise AND
fun and(bytes: Bytes): UInt32 (source)
Return a bit-wise AND of this value and the supplied bytes.
bytes - the bytes to perform the operation with
IllegalArgumentException - if more than 8 bytes are supplied
Return
the result of a bit-wise AND