List of utility methods to do Array Extract
byte[] out = new byte[len]; System.arraycopy(in, offset, out, 0, len); return out;