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
ConstructorsConstructorDescriptionCreates a ServletOutputStream from an OutputStream. - 
Method Summary
Methods inherited from class jakarta.servlet.ServletOutputStream
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println 
- 
Constructor Details
- 
ServletOutputStreamAdapter
Creates a ServletOutputStream from an OutputStream. 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein classOutputStream- Throws:
 IOException
 - 
close
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Overrides:
 closein classOutputStream- Throws:
 IOException
 - 
write
- Overrides:
 writein classOutputStream- Throws:
 IOException
 - 
write
- Overrides:
 writein classOutputStream- Throws:
 IOException
 - 
flush
- Specified by:
 flushin interfaceFlushable- Overrides:
 flushin classOutputStream- Throws:
 IOException
 
 -