Package org.apache.coyote.http11.filters
Class GzipOutputFilter.FakeOutputStream
- java.lang.Object
- 
- java.io.OutputStream
- 
- org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
 
- 
- All Implemented Interfaces:
- java.io.Closeable,- java.io.Flushable,- java.lang.AutoCloseable
 - Enclosing class:
- GzipOutputFilter
 
 protected class GzipOutputFilter.FakeOutputStream extends java.io.OutputStream
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.nio.ByteBufferoutputChunk
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedFakeOutputStream()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()voidwrite(byte[] b, int off, int len)voidwrite(int b)
 
- 
- 
- 
Method Detail- 
writepublic void write(int b) throws java.io.IOException- Specified by:
- writein class- java.io.OutputStream
- Throws:
- java.io.IOException
 
 - 
writepublic void write(byte[] b, int off, int len) throws java.io.IOException- Overrides:
- writein class- java.io.OutputStream
- Throws:
- java.io.IOException
 
 - 
flushpublic void flush() throws java.io.IOException- Specified by:
- flushin interface- java.io.Flushable
- Overrides:
- flushin class- java.io.OutputStream
- Throws:
- java.io.IOException
 
 - 
closepublic void close() throws java.io.IOException- Specified by:
- closein interface- java.lang.AutoCloseable
- Specified by:
- closein interface- java.io.Closeable
- Overrides:
- closein class- java.io.OutputStream
- Throws:
- java.io.IOException
 
 
- 
 
-