Hi,
 
I have the follg code in c++. I wish to have the equivalent code in Java.. Can anyone help me in getting it??
 
 
c++ code:
 
BYTE arr[8];
double *dbptr;
 
for(i=0;i<8;i++)
    arr[i] = getbyte();
 
dbptr = (double *)arr;
 
 
Thanks in advance,
 
Regards,
ishwari
 

Reply via email to