org.apache.http.client.entity
Interface InputStreamFactory


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–2014 The Apache Software Foundation. All rights reserved.