public interface Destination
| Modifier and Type | Method and Description |
|---|---|
default void |
cancelCreation()
Cancel the creation of a destination's byte source.
|
String |
getCreationStatus()
Get a description of the creation status.
|
io.reactivex.rxjava3.core.Single<DestinationFromFile> |
materialize(Supplier<Path> preferredPathCallback)
Materialize the destination to a given file.
|
io.reactivex.rxjava3.core.Single<InputStreamSupplier> |
prepareStream()
This method requests a supplier for inputstreams.
|
FilterConfig |
transferTo(FilterEngine engine) |
io.reactivex.rxjava3.core.Single<InputStreamSupplier> prepareStream()
String getCreationStatus()
io.reactivex.rxjava3.core.Single<DestinationFromFile> materialize(Supplier<Path> preferredPathCallback) throws IOException
IOExceptionFilterConfig transferTo(FilterEngine engine)
default void cancelCreation()
Copyright © 2020. All rights reserved.