ServletInputStream class
ServletInputStream class provides stream to read binary data such as image etc. from
the request object. It is an abstract class.
The getInputStream() method of ServletRequest interface returns
the instance of ServletInputStream class.
No comments:
Post a Comment