public class FileDownloadLine extends Object
| Constructor and Description |
|---|
FileDownloadLine() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSoFar(int id)
The
FileDownloader.getSoFar(int) request. |
byte |
getStatus(int id,
String path)
The
FileDownloader.getStatus(int, String) request. |
long |
getTotal(int id)
The
FileDownloader.getTotal(int) request. |
void |
startForeground(int id,
Notification notification)
The
FileDownloader.startForeground(int, Notification) request. |
public void startForeground(int id,
Notification notification)
FileDownloader.startForeground(int, Notification) request.public long getSoFar(int id)
FileDownloader.getSoFar(int) request.public long getTotal(int id)
FileDownloader.getTotal(int) request.public byte getStatus(int id,
String path)
FileDownloader.getStatus(int, String) request.