Package com.ibm.websphere.servlet.response

Examples of com.ibm.websphere.servlet.response.ServletOutputStreamAdapter


     * @return The OutputStream
     * @throws IOException An IO problem
     */
    public ServletOutputStream getOutputStream()
        throws IOException {
        return new ServletOutputStreamAdapter(outputStream);
    }
View Full Code Here

TOP

Related Classes of com.ibm.websphere.servlet.response.ServletOutputStreamAdapter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.