JavaTM Platform, Enterprise Edition, v 5.0
javax.faces.context
Class ResponseStream
java.lang.Object
java.io.OutputStream
javax.faces.context.ResponseStream
- All Implemented Interfaces:
- Closeable, Flushable
public abstract class ResponseStream - extends OutputStream
ResponseStream is an interface describing an adapter
to an underlying output mechanism for binary output.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseStream
public ResponseStream()
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|