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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top