Class BitArray
java.lang.Object
cool.scx.common.bit_array.BitArray
-
Constructor Details
-
BitArray
public BitArray() -
BitArray
public BitArray(int length) -
BitArray
public BitArray(byte[] bytes) -
BitArray
public BitArray(byte[] bytes, int length) -
BitArray
-
BitArray
-
BitArray
-
-
Method Details
-
set
-
set
- Specified by:
setin interfaceIBitArray- Throws:
IndexOutOfBoundsException
-
get
-
get
- Specified by:
getin interfaceIBitArray- Throws:
IndexOutOfBoundsException
-
length
-
length
-
toBytes
-
toBinaryString
- Specified by:
toBinaryStringin interfaceIBitArray
-
append
-
append
-