sS nBytes(long n) { ret n2(n, "byte"); } sS nBytes(Collection l) { ret nBytes(l(l)); } sS nBytes(byte[] l) { ret nBytes(l(l)); }