Srinivas Vemula wrote:

We are able to read the stream with
get.getResponseBodyAsStream(). The stream is image bytes delimited by an ascii string "--myboundary", So I guess i just need figure out an easy way of cutting this stream into bytes for every occurence of that string.

Just wrap this InputStream and scan for your boundary. It would certainly help if you had included the chunk length in your boundary string. But I don't see a problem here.


Odi


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to