public class Downloader.DownloadTask extends Object
| Modifier and Type | Field and Description |
|---|---|
org.telegram.api.engine.file.Downloader.DownloadBlock[] |
blocks
The Blocks.
|
int |
blockSize
The Block size.
|
int |
dcId
The Dc id.
|
String |
destFile
The Dest file.
|
RandomAccessFile |
file
The File.
|
long |
lastNotifyTime
The Last notify time.
|
long |
lastSuccessBlock
The Last success block.
|
DownloadListener |
listener
The Listener.
|
TLAbsInputFileLocation |
location
The Location.
|
long |
queueTime
The Queue time.
|
int |
size
The Size.
|
int |
state
The State.
|
int |
taskId
The Task id.
|
TLAbsFileType |
type
The Type.
|
| Constructor and Description |
|---|
DownloadTask() |
public DownloadListener listener
public long lastNotifyTime
public int taskId
public int blockSize
public int dcId
public TLAbsInputFileLocation location
public int size
public long queueTime
public int state
public org.telegram.api.engine.file.Downloader.DownloadBlock[] blocks
public String destFile
public RandomAccessFile file
public long lastSuccessBlock
public TLAbsFileType type
Copyright © 2016. All rights reserved.