public class TransferTracker extends Object
| Constructor and Description |
|---|
TransferTracker() |
| Modifier and Type | Method and Description |
|---|---|
int |
getByteCount() |
long |
getCompleted() |
long |
getInitiated() |
long |
getStarted() |
void |
setByteCount(int byteCount) |
void |
setCompleted(long completed) |
void |
setInitiated(long initiated) |
void |
setStarted(long started) |
String |
toString() |
public long getInitiated()
public void setInitiated(long initiated)
public long getStarted()
public void setStarted(long started)
public long getCompleted()
public void setCompleted(long completed)
public int getByteCount()
public void setByteCount(int byteCount)
Copyright © 2010–2021. All rights reserved.