Y
yy
I want transfer a big array by TCP/IP under
CF, but the only way I know is change it to
string and then parse it into bytes and then transfer it.
Is there any way can directly transfer a big array like double[1024] by
TCP/IP, and needn't transfer it to string and then bytes.
Thanks forward!
CF, but the only way I know is change it to
string and then parse it into bytes and then transfer it.
Is there any way can directly transfer a big array like double[1024] by
TCP/IP, and needn't transfer it to string and then bytes.
Thanks forward!