// from FreePastry source, file Id.java /** * Constructor, which takes the output of a toStringFull() and converts it back * into an Id. Should not normally be used. * * @param hex The hexadeciaml representation from the toStringFull() */ /* public static Id build(char[] chars, int offset, int length) { int[] array = new int[nlen]; for (int i=0; i