org.ocpsoft.rewrite.servlet.config.response
Class GZipResponseStreamWrapper.FlushableGZIPOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.util.zip.DeflaterOutputStream
java.util.zip.GZIPOutputStream
org.ocpsoft.rewrite.servlet.config.response.GZipResponseStreamWrapper.FlushableGZIPOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- GZipResponseStreamWrapper
public class GZipResponseStreamWrapper.FlushableGZIPOutputStream
- extends GZIPOutputStream
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GZipResponseStreamWrapper.FlushableGZIPOutputStream
public GZipResponseStreamWrapper.FlushableGZIPOutputStream(OutputStream out)
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush in interface Flushable- Overrides:
flush in class FilterOutputStream
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class DeflaterOutputStream
- Throws:
IOException
Copyright © 2012 OCPsoft. All Rights Reserved.