Java Utililty Methods Binary to Boolean

List of utility methods to do Binary to Boolean

Description

The list of methods to do Binary to Boolean are organized into topic(s).

Method

booleanbin2boolean(byte[] array, int offset)
binboolean
return array[offset] == TRUE;