public class DestinationFromByteSource extends Object implements Destination
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.io.ByteSource |
byteSource |
| Constructor and Description |
|---|
DestinationFromByteSource(com.google.common.io.ByteSource byteSource) |
| Modifier and Type | Method and Description |
|---|---|
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancelCreationpublic DestinationFromByteSource(com.google.common.io.ByteSource byteSource)
public io.reactivex.rxjava3.core.Single<InputStreamSupplier> prepareStream()
DestinationprepareStream in interface Destinationpublic FilterConfig transferTo(FilterEngine engine)
transferTo in interface Destinationpublic io.reactivex.rxjava3.core.Single<DestinationFromFile> materialize(Supplier<Path> preferredPathCallback) throws IOException
Destinationmaterialize in interface DestinationIOExceptionpublic String getCreationStatus()
DestinationgetCreationStatus in interface DestinationCopyright © 2020. All rights reserved.