public class DestinationFromFile extends Object implements Destination
| Constructor and Description |
|---|
DestinationFromFile(Path path) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationStatus()
Get a description of the creation status.
|
Path |
getPath() |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancelCreationprotected Path path
public DestinationFromFile(Path path)
public Path getPath()
public FilterConfig transferTo(FilterEngine engine)
transferTo in interface Destinationpublic io.reactivex.rxjava3.core.Single<InputStreamSupplier> prepareStream()
DestinationprepareStream in interface Destinationpublic io.reactivex.rxjava3.core.Single<DestinationFromFile> materialize(Supplier<Path> preferredPathCallback)
Destinationmaterialize in interface Destinationpublic String getCreationStatus()
DestinationgetCreationStatus in interface DestinationCopyright © 2020. All rights reserved.