static byte[] takeFirstOfByteArray(byte[] b, int n) { ret subByteArray(b, 0, n); }