How do you read the same inputstream twice? Is it possible to copy it somehow?
I need to get a image from web, save it locally and then return the saved image. I just tought it would be faster to use the same stream instead of starting a new stream to the downloaded content and then read it again.