org.appfuse.webapp.filter
Class GZIPResponseStream
java.lang.Object
java.io.OutputStream
javax.servlet.ServletOutputStream
org.appfuse.webapp.filter.GZIPResponseStream
- public class GZIPResponseStream
- extends ServletOutputStream
Wraps Response Stream for GZipFilter
- Version:
- $Revision: 1.1 $ $Date: 2004/03/31 13:04:24 $
- Author:
- Matt Raible
| 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 |
bufferedOutput
protected OutputStream bufferedOutput
closed
protected boolean closed
response
protected HttpServletResponse response
output
protected ServletOutputStream output
GZIPResponseStream
public GZIPResponseStream(HttpServletResponse response)
throws IOException
close
public void close()
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException
write
public void write(int b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
closed
public boolean closed()
reset
public void reset()
Copyright © 2002-2004