org.jboss.resteasy.plugins.interceptors.encoding
Class GZIPEncodingInterceptor.EndableGZIPOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.util.zip.DeflaterOutputStream
java.util.zip.GZIPOutputStream
org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor.EndableGZIPOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- GZIPEncodingInterceptor
public static class GZIPEncodingInterceptor.EndableGZIPOutputStream
- extends GZIPOutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GZIPEncodingInterceptor.EndableGZIPOutputStream
public GZIPEncodingInterceptor.EndableGZIPOutputStream(OutputStream os)
throws IOException
- Throws:
IOException
finish
public void finish()
throws IOException
- Overrides:
finish
in class GZIPOutputStream
- Throws:
IOException
Copyright © 2013. All Rights Reserved.