help:Tansfer a big double[] array by TCP/IP,

  • Thread starter Thread starter yy
  • Start date Start date
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!
 
Back
Top