>
> > 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',
>
> 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
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