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.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
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.OutputStream
java.io.IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.