Package com.amilesend.onedrive.resource
Class DriveFileDownloadExecution
java.lang.Object
com.amilesend.onedrive.resource.DriveFileDownloadExecution
Wraps a
CompletableFuture
specific to a DriveItem
type for async download operations.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DriveFileDownloadExecution
-
-
Method Details
-
get
Blocks and retrieves the number of bytes downloaded- Returns:
- the number of bytes downloaded
- Throws:
Throwable
- if an error occurred during the asynchronous operation
-