org.apache.coyote.http11.filters

Class GzipOutputFilter.FakeOutputStream

Enclosing Class:
GzipOutputFilter

protected class GzipOutputFilter.FakeOutputStream
extends OutputStream

Field Summary

protected ByteChunk
outputChunk
protected byte[]
singleByteBuffer

Method Summary

void
close()
void
flush()
void
write(byte[] b, int off, int len)
void
write(int b)

Field Details

outputChunk

protected ByteChunk outputChunk


singleByteBuffer

protected byte[] singleByteBuffer

Method Details

close

public void close()
            throws IOException


flush

public void flush()
            throws IOException


write

public void write(byte[] b,
                  int off,
                  int len)
            throws IOException


write

public void write(int b)
            throws IOException


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.