public class BitUtils extends Object
| Constructor and Description |
|---|
BitUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBitSet(byte b,
int pos) |
static byte |
setBit(byte b,
int pos) |
static byte |
unsetBit(byte b,
int pos) |
Copyright © 2021. All rights reserved.