|
ehcache]]> | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
javax.servlet.ServletOutputStream
net.sf.ehcache.constructs.web.filter.FilterServletOutputStream
public class FilterServletOutputStream
A custom ServletOutputStream
for use by our filters
Constructor Summary | |
---|---|
FilterServletOutputStream(java.io.OutputStream stream)
Creates a FilterServletOutputStream. |
Method Summary | |
---|---|
void |
write(byte[] b)
Writes to the stream. |
void |
write(byte[] b,
int off,
int len)
Writes to the stream. |
void |
write(int b)
Writes to the 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterServletOutputStream(java.io.OutputStream stream)
Method Detail |
---|
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
|
ehcache]]> | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |