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, lenFields 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, skipMethods inherited from class java.io.FilterInputStream
readMethods 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:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInflaterInputStream- Throws:
IOException
-