How to find length(in Bytes) of an Inputstream
800309Sep 25 2009 — edited Sep 25 2009Hi ,
I have a dynamic InputStream which is coming from a HTTPRequest .
My requirement is to read the data in stream more than once . If i read the data using read(), it will read the entire data and for the subsequent reading it is not allowing .
So, is there any way to read a stream more than once .
Is it possible to get the length(in Bytes) of an InputStream