public class InputStreamSupplierBasic extends Object implements InputStreamSupplier
| Modifier and Type | Field and Description |
|---|---|
protected InputStreamSource |
inputStreamSource |
| Constructor and Description |
|---|
InputStreamSupplierBasic(InputStreamSource inputStreamSource) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<InputStream> |
execStream() |
static InputStreamSupplier |
wrap(InputStreamSource inputStreamSource) |
protected InputStreamSource inputStreamSource
public InputStreamSupplierBasic(InputStreamSource inputStreamSource)
public io.reactivex.rxjava3.core.Single<InputStream> execStream() throws IOException
execStream in interface InputStreamSupplierIOExceptionpublic static InputStreamSupplier wrap(InputStreamSource inputStreamSource)
Copyright © 2020. All rights reserved.