Baker, Brad (Contr) wrote:
> Hi all,
>
>
>
> I have a web service that passes a byte[]. This array is getting very
> large. Is there a way to stream this info to the client and not pull
> the whole array into memory at one time?
>
If you have byte[], then I don't think there is anyway except to pull it
into the memory. But if there is a DataHandler, probably something can
be done.
Jitu
>
>
> Thanks for any help,
>
> Brad
>