Java com.amazonaws.services.s3.transfer TransferProgress fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.transfer TransferProgress fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.transfer TransferProgress.

The text is from its open source code.

Constructor

Method

longgetBytesTransferred()
Returns the number of bytes completed in the associated transfer.
doublegetPercentTransferred()
Returns a percentage of the number of bytes transferred out of the total number of bytes to transfer.
longgetTotalBytesToTransfer()
Returns the total size in bytes of the associated transfer, or -1 if the total size isn't known.
voidsetTotalBytesToTransfer(long totalBytesToTransfer)
voidupdateProgress(long bytes)