org.apache.http.client.entity
Class GZIPInputStreamFactory
java.lang.Object
   org.apache.http.client.entity.GZIPInputStreamFactory
org.apache.http.client.entity.GZIPInputStreamFactory
- All Implemented Interfaces: 
- InputStreamFactory
- @Contract(threading=IMMUTABLE)
public class GZIPInputStreamFactory 
- extends Object- implements InputStreamFactory
InputStreamFactory for handling GZIPContent Coded responses.
- Since:
- 4.5.4
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GZIPInputStreamFactory
public GZIPInputStreamFactory()
getInstance
public static GZIPInputStreamFactory getInstance()
- Gets the singleton instance.
 
- 
 
- 
- Returns:
- the singleton instance.
 
create
public InputStream create(InputStream inputStream)
                   throws IOException
- 
- Specified by:
- createin interface- InputStreamFactory
 
- 
- Throws:
- IOException
 
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.