public class BitOperations extends Object
| Constructor and Description |
|---|
BitOperations() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
and(byte[] aLeft,
byte[] aRight) |
static boolean |
isSet(byte aValue,
int aBitPosition) |
static byte[] |
or(byte[] aLeft,
byte[] aRight) |
static byte[] |
xor(byte[] aLeft,
byte[] aRight) |
Copyright © 2018. All rights reserved.