static byte[] byteListToArray(LByte l) { if (l == null) null; int n = l(l), i = 0; byte[] a = new[n]; for (x : l) a[i++] = x; ret a; }