TransferUtility
@Deprecated
public final class TransferProgress
extends java.lang.Object
Constructor and Description |
---|
TransferProgress()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getBytesTransfered()
Deprecated.
Replaced by
getBytesTransferred() |
long |
getBytesTransferred()
Deprecated.
Returns the number of bytes completed in the associated transfer.
|
double |
getPercentTransfered()
Deprecated.
Replaced by
getPercentTransferred() |
double |
getPercentTransferred()
Deprecated.
Returns a percentage of the number of bytes transferred out of the total
number of bytes to transfer.
|
long |
getTotalBytesToTransfer()
Deprecated.
Returns the total size in bytes of the associated transfer, or -1 if the
total size isn't known.
|
void |
setTotalBytesToTransfer(long totalBytesToTransfer)
Deprecated.
|
void |
updateProgress(long bytes)
Deprecated.
|
@Deprecated public long getBytesTransfered()
getBytesTransferred()
public long getBytesTransferred()
public long getTotalBytesToTransfer()
@Deprecated public double getPercentTransfered()
getPercentTransferred()
public double getPercentTransferred()
public void updateProgress(long bytes)
public void setTotalBytesToTransfer(long totalBytesToTransfer)
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.