| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.s3.transfer.TransferProgress
public abstract class TransferProgress
Describes the progress of a transfer.
| Constructor Summary | |
|---|---|
TransferProgress()
 | 
|
| Method Summary | |
|---|---|
 long | 
getBytesTransfered()
Returns the number of bytes completed in the associated transfer.  | 
 double | 
getPercentTransfered()
Returns a percentage of the number of bytes transfered out of the total number of bytes to transfer.  | 
 long | 
getTotalBytesToTransfer()
Returns the total size in bytes of the associated transfer, or -1 if the total size isn't known.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public TransferProgress()
| Method Detail | 
|---|
public long getBytesTransfered()
public long getTotalBytesToTransfer()
public double getPercentTransfered()
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||