Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.faces.context
Class ResponseStream  view ResponseStream download ResponseStream.java

java.lang.Object
  extended byjava.io.OutputStream
      extended byjavax.faces.context.ResponseStream

public abstract class ResponseStream
extends java.io.OutputStream

Version:
$Revision: 166994 $ $Date: 2004-07-01 18:12:40 -0400 (Thu, 01 Jul 2004) $

Constructor Summary
ResponseStream()
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseStream

public ResponseStream()