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