org.apache.cocoon.portal.pluto.servlet
Class ServletResponseImpl.MyOutputStream
java.lang.Object
java.io.OutputStream
javax.servlet.ServletOutputStream
org.apache.cocoon.portal.pluto.servlet.ServletResponseImpl.MyOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- ServletResponseImpl
protected static final class ServletResponseImpl.MyOutputStream
- extends ServletOutputStream
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.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletResponseImpl.MyOutputStream
public ServletResponseImpl.MyOutputStream()
write
public void write(int b)
throws IOException
- Specified by:
write
in class OutputStream
- Throws:
IOException
- See Also:
OutputStream.write(int)
flush
public void flush()
throws IOException
- Specified by:
flush
in interface Flushable
- Overrides:
flush
in class OutputStream
- Throws:
IOException
- See Also:
OutputStream.flush()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.