Class BitsUtil
java.lang.Object
org.chenile.utils.bits.BitsUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisScopeEnabled(byte[] scopeArray, int bitIndex) static voidstatic voidsetScope(byte[] array, int bitIndex)
-
Constructor Details
-
BitsUtil
public BitsUtil()
-
-
Method Details
-
isScopeEnabled
public static boolean isScopeEnabled(byte[] scopeArray, int bitIndex) -
setScope
public static void setScope(byte[] array, int bitIndex) -
main
-