public class BitMap extends Object
| Constructor and Description |
|---|
BitMap() |
| Modifier and Type | Method and Description |
|---|---|
static byte |
createMapb(int pos) |
static boolean |
readBitb(byte map,
int pos) |
static byte |
setBitb(byte map,
int pos) |
static byte |
unsetBitb(byte map,
int pos) |
Copyright © 2012–2015. All rights reserved.