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 SummaryConstructorsConstructorDescriptionCreates a ServletOutputStream from an OutputStream.
- 
Method SummaryMethods inherited from class jakarta.servlet.ServletOutputStreamprint, print, print, print, print, print, print, println, println, println, println, println, println, println, println
- 
Constructor Details- 
ServletOutputStreamAdapterCreates a ServletOutputStream from an OutputStream.
 
- 
- 
Method Details- 
write- Specified by:
- writein class- OutputStream
- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- OutputStream
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- OutputStream
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- OutputStream
- Throws:
- IOException
 
- 
flush- Specified by:
- flushin interface- Flushable
- Overrides:
- flushin class- OutputStream
- Throws:
- IOException
 
 
-