net.sourceforge.smile.context
Class ResponseStreamImpl

java.lang.Object
  extended byjava.io.OutputStream
      extended byjavax.faces.context.ResponseStream
          extended bynet.sourceforge.smile.context.ResponseStreamImpl

public class ResponseStreamImpl
extends javax.faces.context.ResponseStream

To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments


Constructor Summary
ResponseStreamImpl(java.io.OutputStream decorated)
          Creates a new ResponseStream.
 
Method Summary
 void write(int i)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseStreamImpl

public ResponseStreamImpl(java.io.OutputStream decorated)
Creates a new ResponseStream. The response stream will be decorating an existing OutputStream object. Note that there is no default constructor for this class.

Method Detail

write

public void write(int i)
           throws java.io.IOException
Throws:
java.io.IOException
See Also:
OutputStream.write(int)