JSP :ServletInputStream and ServletOutputStream abstract classes

The ServletInputStream and ServletOutputStream abstract classes provide the ability to read and write binary data from and to the client. Implementations of these classes must provide an implementation of the java.io.InputStream.read() and java.io.OutputStream.write() methods, respectively.

No comments:

Post a Comment