| java.lang.Object | |
| ↳ | com.pspdfkit.document.download.Progress |
Information about a download running in a DownloadJob.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public final long | bytesReceived | Total number bytes received up until now. | |||||||||
| public final long | totalBytes | Total number of bytes that will be downloaded or UNKNOWN_DOWNLOAD_SIZE. |
|||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Total number bytes received up until now.
Total number of bytes that will be downloaded or UNKNOWN_DOWNLOAD_SIZE. This number will not change during a running download.