tle.framework.component.impl.rp.http
Class RPServletOutputStream

java.lang.Object
  extended by ServletOutputStream
      extended by tle.framework.component.impl.rp.http.RPServletOutputStream

public class RPServletOutputStream
extends ServletOutputStream

Author:
ÃÖ¹ü±Õ

Constructor Summary
RPServletOutputStream()
           
 
Method Summary
 void write(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPServletOutputStream

public RPServletOutputStream()
Method Detail

write

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