static byte[] byteArrayBitSet_new(int n) { ret n == 0 ? null : new byte[(n+7) >> 3]; }