Package jakarta.faces.context
Class ResponseStream
- java.lang.Object
 - 
- java.io.OutputStream
 - 
- jakarta.faces.context.ResponseStream
 
 
 
- 
- All Implemented Interfaces:
 Closeable,Flushable,AutoCloseable
public abstract class ResponseStream extends OutputStream
ResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.
 
- 
- 
Constructor Summary
Constructors Constructor Description ResponseStream() 
 -