public class BitArray extends Object
Constructor and Description |
---|
BitArray() |
BitArray(byte[] data) |
BitArray(int initialSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
get(int bit) |
void |
set(int bit,
boolean value) |
byte[] |
toArray() |
String |
toString() |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.