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