@Contract(threading=IMMUTABLE) public class DeflateInputStreamFactory extends Object implements InputStreamFactory
InputStreamFactory
for handling Deflate Content Coded responses.Constructor and Description |
---|
DeflateInputStreamFactory() |
Modifier and Type | Method and Description |
---|---|
InputStream |
create(InputStream inputStream) |
static DeflateInputStreamFactory |
getInstance()
Gets the singleton instance.
|
public static DeflateInputStreamFactory getInstance()
public InputStream create(InputStream inputStream) throws IOException
create
in interface InputStreamFactory
IOException
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.