Class KiiRTransferInfo


  • public abstract class KiiRTransferInfo
    extends java.lang.Object
    Information of the transfer.
    • Constructor Detail

      • KiiRTransferInfo

        public KiiRTransferInfo()
    • Method Detail

      • getCompletedSizeInBytes

        public abstract long getCompletedSizeInBytes()
        Returns completed size in bytes.
        Returns:
        completed size in bytes.
      • getTotalSizeInBytes

        public abstract long getTotalSizeInBytes()
        Returns total size in bytes. Before start transfer(KiiRTransferProgressCallback) total size may return 0 since we don't know the size of the body on cloud before accessing server. The total size notified on progress callback.
        Returns:
        total size in bytes.