P
Peter Morris [Droopy eyes software]
Hi all
I'm writing a compact framework app. This app needs to receive a large
binary (zip file) from a webservice. The problem is that the byte[] will be
retrieved into RAM before I can save it to my external memory card.
I am concerned that as the size of this zip file grows my PPCs will no
longer have enough RAM to receive all of the response. Is there any way I
can retrieve the binary data directly to a FileStream instead of into
memory?
Thanks
Pete
I'm writing a compact framework app. This app needs to receive a large
binary (zip file) from a webservice. The problem is that the byte[] will be
retrieved into RAM before I can save it to my external memory card.
I am concerned that as the size of this zip file grows my PPCs will no
longer have enough RAM to receive all of the response. Is there any way I
can retrieve the binary data directly to a FileStream instead of into
memory?
Thanks
Pete