public final class

Progress

extends Object
java.lang.Object
   ↳ com.pspdfkit.document.download.Progress

Class Overview

Information about a download running in a DownloadJob.

Summary

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

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. This number will not change during a running download.