|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.OutputStream javax.servlet.ServletOutputStream org.apache.jetspeed.util.servlet.EcsServletOutputStream
This class is a ServletOutputStream wrapper around an existing OutputStream so that this OutputStream may be used within a ServletResponse implementation.
Constructor Summary | |
protected |
EcsServletOutputStream(java.io.OutputStream out)
This constructor creates a new OutputStream and associates it with an existing OutputStream. |
Method Summary | |
void |
write(int c)
Writes an integer to the data stream. |
Methods inherited from class javax.servlet.ServletOutputStream |
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println |
Methods inherited from class java.io.OutputStream |
close, flush, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected EcsServletOutputStream(java.io.OutputStream out)
out
- the OutputStream to use for writing dataMethod Detail |
public void write(int c) throws java.io.IOException
c
- the integer to write to the stream
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |