org.apache.coyote.http11.filters

Class GzipOutputFilter.FakeOutputStream

protected class GzipOutputFilter.FakeOutputStream extends OutputStream

Field Summary
protected ByteChunkoutputChunk
protected byte[]singleByteBuffer
Method Summary
voidclose()
voidflush()
voidwrite(int b)
voidwrite(byte[] b, int off, int len)

Field Detail

outputChunk

protected ByteChunk outputChunk

singleByteBuffer

protected byte[] singleByteBuffer

Method Detail

close

public void close()

flush

public void flush()

write

public void write(int b)

write

public void write(byte[] b, int off, int len)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.