Package org.apache.http.client.entity
Class DeflateInputStream.DeflateStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.util.zip.InflaterInputStream
org.apache.http.client.entity.DeflateInputStream.DeflateStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- DeflateInputStream
-
Field Summary
FieldsFields inherited from class java.util.zip.InflaterInputStream
buf, inf, len
Fields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.zip.InflaterInputStream
available, fill, mark, markSupported, read, read, reset, skip
Methods inherited from class java.io.FilterInputStream
read
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Field Details
-
closed
private boolean closed
-
-
Constructor Details
-
DeflateStream
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInflaterInputStream
- Throws:
IOException
-