public class BitmapUtils
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected static byte |
SZ_INT |
Constructor | Description |
---|---|
BitmapUtils() |
Modifier and Type | Method | Description |
---|---|---|
static int |
bitMask(byte bitSize) |
|
static int |
bitOffMask(byte bit) |
|
static int |
bitOnMask(byte bit) |
|
static byte |
leftmostBit(int map) |
protected static final byte SZ_INT