April 21st, 2002 02:51 PM
Thanks,I think it is better, bit operation is always faster than others.
nancen
April 21st, 2002 01:57 PM
Hi,Greg,
Sorry for confusion.Since it is part of a program. However,I could explain in the following way:
I got a byte array: byte cryptogram[8];
The value is given: cryptogram[0]=...
April 20th, 2002 04:00 PM
Hi,I am currently working on a program to count bits in a byte array with 8 elements in Java. that is actually 64 bits in total.
Of course,I can cast each individual byte to integer,then keeping...