org.apache.http.client.entity
Interface InputStreamFactory

All Known Implementing Classes:
DeflateInputStreamFactory, GZIPInputStreamFactory

public interface InputStreamFactory

Factory for decorated InputStreams.

Since:
4.4

Method Summary
 InputStream create(InputStream inStream)
           
 

Method Detail

create

InputStream create(InputStream inStream)
                   throws IOException
Throws:
IOException


Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.