public static class ProgressInterceptor.ProgressTag
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
existingLen
Initial already downloaded length.
|
DownloadListener |
listener |
| Constructor and Description |
|---|
ProgressTag(DownloadListener listener) |
ProgressTag(long existingLen,
DownloadListener listener) |
public final long existingLen
public final DownloadListener listener
public ProgressTag(DownloadListener listener)
public ProgressTag(long existingLen,
DownloadListener listener)