javax.faces.context
Class ResponseStream

java.lang.Object
  extended by java.io.OutputStream
      extended by javax.faces.context.ResponseStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

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()
           
 
Method Summary
 
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-2006 Sun Microsystems, Inc. All Rights Reserved.