| Modifier and Type | Field and Description |
|---|---|
int |
blockCount
The Block count.
|
org.telegram.api.engine.file.Uploader.UploadBlock[] |
blocks
The Blocks.
|
int |
blockSize
The Block size.
|
RandomAccessFile |
file
The File.
|
String |
hash
The Hash.
|
UploadListener |
listener
The Listener.
|
long |
queueTime
The Queue time.
|
int |
size
The Size.
|
String |
srcFile
The Src file.
|
int |
state
The State.
|
int |
taskId
The Task id.
|
long |
uniqId
The Uniq id.
|
boolean |
usedBigFile
The Used big file.
|
| Constructor and Description |
|---|
UploadTask() |
public UploadListener listener
public boolean usedBigFile
public long uniqId
public int taskId
public int blockSize
public long queueTime
public int state
public int size
public org.telegram.api.engine.file.Uploader.UploadBlock[] blocks
public String srcFile
public RandomAccessFile file
public String hash
public int blockCount
Copyright © 2017. All rights reserved.