@Contract(threading=STATELESS) public class BrotliInputStreamFactory extends Object implements InputStreamFactory
InputStreamFactory for handling Brotli Content Coded responses.| 构造器和说明 |
|---|
BrotliInputStreamFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
InputStream |
create(InputStream inputStream) |
static BrotliInputStreamFactory |
getInstance() |
public static BrotliInputStreamFactory getInstance()
public InputStream create(InputStream inputStream) throws IOException
create 在接口中 InputStreamFactoryIOExceptionCopyright © 2023. All rights reserved.