javax.faces.context
Class ResponseStream

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

public abstract class ResponseStream
extends java.io.OutputStream

ResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.


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()


Copyright © 2002-2004 Sun Microsystems, Inc. All Rights Reserved.