getInputStream abstract method

InputStream getInputStream()

Returns a new InputStream to read the underlying content.

A new stream should be returned each time this method is called. The caller is responsible for closing the stream.

Implementation

InputStream getInputStream();