Package org.apache.http.client.entity
Interface InputStreamFactory
-
- All Known Implementing Classes:
DeflateInputStreamFactory
,GZIPInputStreamFactory
public interface InputStreamFactory
Factory for decoratedInputStream
s.- Since:
- 4.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
create(InputStream inStream)
-
-
-
Method Detail
-
create
InputStream create(InputStream inStream) throws IOException
- Throws:
IOException
-
-