Class GZIPDecodingInterceptor.FinishableGZIPInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.util.zip.InflaterInputStream
java.util.zip.GZIPInputStream
org.jboss.resteasy.plugins.interceptors.GZIPDecodingInterceptor.FinishableGZIPInputStream
- All Implemented Interfaces:
Closeable, AutoCloseable
- Enclosing class:
GZIPDecodingInterceptor
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Fields inherited from class GZIPInputStream
crc, eos, GZIP_MAGICFields inherited from class InflaterInputStream
buf, inf, lenFields inherited from class FilterInputStream
in -
Constructor Summary
ConstructorsConstructorDescriptionFinishableGZIPInputStream(InputStream is, boolean server) FinishableGZIPInputStream(InputStream is, boolean server, int maxSize) -
Method Summary
Methods inherited from class GZIPInputStream
closeMethods inherited from class InflaterInputStream
available, fill, mark, markSupported, read, reset, skipMethods inherited from class FilterInputStream
readMethods inherited from class InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
-
Constructor Details
-
FinishableGZIPInputStream
- Throws:
IOException
-
FinishableGZIPInputStream
- Throws:
IOException
-
FinishableGZIPInputStream
- Throws:
IOException
-
-
Method Details
-
read
- Overrides:
readin classGZIPInputStream- Throws:
IOException
-
finish
public void finish()
-