Hello everyone!
I describe my situation.

I download some content from some sites by HttpClient.
I send GET request and get HttpEntity to byte array:

bEntity = EntityUtils.toByteArray(entity);
then I save bEntity in file.

I can see content size by entity.getContentLength(),
but I need to know how many bytes I've already got when I'm downloading content.

Has HttpClient or HttpEntity got some implements for it?

Thanks for your help!

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to