Java Utililty Methods Byte And
List of utility methods to do Byte And
HOME
Java
B
Byte And
Description
The list of methods to do Byte And are organized into topic(s).
Method
byte
and(byte b1, byte b2)
and
return
(
byte
) (b1 & b2);