org.tinygroup.weblayer.filter.gzip
| Modifier and Type | Field and 描述 |
|---|---|
protected ByteArrayOutputStream |
baos |
| Constructor and 描述 |
|---|
GZIPResponseStream(ByteArrayOutputStream baos) |
| Modifier and Type | Method and 描述 |
|---|---|
void |
close() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
print, print, print, print, print, print, print, println, println, println, println, println, println, println, printlnflushprotected ByteArrayOutputStream baos
public GZIPResponseStream(ByteArrayOutputStream baos) throws IOException
IOExceptionpublic void close()
throws IOException
close 接口 {1} 中的 {0} Closeableclose 类 {1} 中的 {0} OutputStreamIOExceptionpublic void write(int b)
throws IOException
write 类 {1} 中的 {0} OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write 类 {1} 中的 {0} OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write 类 {1} 中的 {0} OutputStreamIOExceptionCopyright © 2006–2015 TinyGroup. All rights reserved.