|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
javax.servlet.ServletOutputStream
com.liferay.portal.servlet.filters.gzip.GZipStream
public class GZipStream
| Constructor Summary | |
|---|---|
GZipStream(javax.servlet.http.HttpServletResponse response)
|
|
| Method Summary | |
|---|---|
void |
close()
|
boolean |
closed()
|
void |
flush()
|
void |
reset()
|
void |
write(byte[] b)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
| 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 |
| Constructor Detail |
|---|
public GZipStream(javax.servlet.http.HttpServletResponse response)
throws IOException
IOException| Method Detail |
|---|
public void close()
throws IOException
close in interface Closeableclose in class OutputStreamIOExceptionpublic boolean closed()
public void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void reset()
public void write(byte[] b)
throws IOException
write in class OutputStreamIOException
public void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOException
public void write(int b)
throws IOException
write in class OutputStreamIOException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||