Class ServletOutputStreamAdapter

java.lang.Object
java.io.OutputStream
jakarta.servlet.ServletOutputStream
com.ibm.websphere.servlet.response.ServletOutputStreamAdapter
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ServletOutputStreamAdapter extends jakarta.servlet.ServletOutputStream
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a ServletOutputStream from an OutputStream.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
    write(byte[] b)
     
    void
    write(byte[] b, int off, int len)
     
    void
    write(int b)
     

    Methods inherited from class jakarta.servlet.ServletOutputStream

    print, print, print, print, print, print, print, println, println, println, println, println, println, println, println

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait