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