Java Utililty Methods Byte And

List of utility methods to do Byte And

Description

The list of methods to do Byte And are organized into topic(s).

Method

byteand(byte b1, byte b2)
and
return (byte) (b1 & b2);