static BitSet bytesToBitSet(byte[] data) {
  ret BitSet.valueOf(data);
}