public class DownloadInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
mControl |
long |
mCurrentBytes |
String |
mETag |
String |
mFileName |
int |
mFuzz |
int |
mIndex |
long |
mLastMod |
int |
mNumFailed |
int |
mRedirectCount |
int |
mRetryAfter |
int |
mStatus |
long |
mTotalBytes |
String |
mUri |
| Constructor and Description |
|---|
DownloadInfo(int index,
String fileName,
String pkg) |
| Modifier and Type | Method and Description |
|---|---|
void |
logVerboseInfo() |
void |
resetDownload() |
long |
restartTime(long now)
Returns the time when a download should be restarted.
|
public String mUri
public final int mIndex
public final String mFileName
public String mETag
public long mTotalBytes
public long mCurrentBytes
public long mLastMod
public int mStatus
public int mControl
public int mNumFailed
public int mRetryAfter
public int mRedirectCount
public int mFuzz
Copyright © 2012–2014 simpligility technologies inc.. All rights reserved.