RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

org.jboss.resteasy.plugins.interceptors.encoding
Class GZIPDecodingInterceptor.FinishableGZIPInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.util.zip.InflaterInputStream
              extended by java.util.zip.GZIPInputStream
                  extended by org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor.FinishableGZIPInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
GZIPDecodingInterceptor

public static class GZIPDecodingInterceptor.FinishableGZIPInputStream
extends GZIPInputStream


Field Summary
 
Fields inherited from class java.util.zip.GZIPInputStream
crc, eos, GZIP_MAGIC
 
Fields inherited from class java.util.zip.InflaterInputStream
buf, inf, len
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
GZIPDecodingInterceptor.FinishableGZIPInputStream(InputStream is)
           
 
Method Summary
 void finish()
           
 
Methods inherited from class java.util.zip.GZIPInputStream
close, read
 
Methods inherited from class java.util.zip.InflaterInputStream
available, fill, mark, markSupported, read, reset, skip
 
Methods inherited from class java.io.FilterInputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZIPDecodingInterceptor.FinishableGZIPInputStream

public GZIPDecodingInterceptor.FinishableGZIPInputStream(InputStream is)
                                                  throws IOException
Throws:
IOException
Method Detail

finish

public void finish()

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.