org.apache.coyote.http11.filters
protected class GzipOutputFilter.FakeOutputStream extends java.io.OutputStream
| Modifier and Type | Field and Description |
|---|---|
protected ByteChunk |
outputChunk |
protected byte[] |
singleByteBuffer |
| Modifier | Constructor and Description |
|---|---|
protected |
GzipOutputFilter.FakeOutputStream() |
protected ByteChunk outputChunk
protected byte[] singleByteBuffer
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class java.io.OutputStreamjava.io.IOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.