RE: [j-t-c] HexUtils.java no longer compiles for me...

2002-01-19 Thread Kevin Seguin
> > > without explicitly casting each entry in the HEX array to a > byte, like > this: > > > > public static final byte[] HEX = > > { (byte)'0', (byte)'1', (byte)'2', (byte)'3', > > (byte)'4', (byte)'5', (byte)'6', (byte)'7', > > (byte)'8', (byte)'9', (byte)'a', (byte)'b', >

Re: [j-t-c] HexUtils.java no longer compiles for me...

2002-01-19 Thread Remy Maucherat
> without explicitly casting each entry in the HEX array to a byte, like this: > > public static final byte[] HEX = > { (byte)'0', (byte)'1', (byte)'2', (byte)'3', > (byte)'4', (byte)'5', (byte)'6', (byte)'7', > (byte)'8', (byte)'9', (byte)'a', (byte)'b', > (byte)'c', (by

[j-t-c] HexUtils.java no longer compiles for me...

2002-01-18 Thread Kevin Seguin
without explicitly casting each entry in the HEX array to a byte, like this: public static final byte[] HEX = { (byte)'0', (byte)'1', (byte)'2', (byte)'3', (byte)'4', (byte)'5', (byte)'6', (byte)'7', (byte)'8', (byte)'9', (byte)'a', (byte)'b', (byte)'c', (byte)'d', (byt