?
=?big5?B?qM6nuw==?=
I can't convert it correctly by Convert class.
for example:
I got a bufferStream, and
byte[] a = {0,0,0,0,0,10,1,23}
I want to convert a to double b. How should I do?
for example:
I got a bufferStream, and
byte[] a = {0,0,0,0,0,10,1,23}
I want to convert a to double b. How should I do?