InputStreamFactory@Contract(threading=IMMUTABLE) public class GZIPInputStreamFactory extends java.lang.Object implements InputStreamFactory
InputStreamFactory for handling GZIPContent Coded responses.| Constructor | Description |
|---|---|
GZIPInputStreamFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
java.io.InputStream |
create(java.io.InputStream inputStream) |
|
static GZIPInputStreamFactory |
getInstance() |
Gets the singleton instance.
|
public static GZIPInputStreamFactory getInstance()
public java.io.InputStream create(java.io.InputStream inputStream)
throws java.io.IOException
create in interface InputStreamFactoryjava.io.IOException