static byte[] byteArrayBitSet_new(int n) { ret new byte[toInt(n*8L)]; }