Uses of Class
net.netheos.pcsapi.models.CDownloadRequest

Packages that use CDownloadRequest
net.netheos.pcsapi.models   
net.netheos.pcsapi.providers.cloudme   
net.netheos.pcsapi.providers.dropbox   
net.netheos.pcsapi.providers.googledrive   
net.netheos.pcsapi.providers.hubic   
net.netheos.pcsapi.storage   
 

Uses of CDownloadRequest in net.netheos.pcsapi.models
 

Methods in net.netheos.pcsapi.models that return CDownloadRequest
 CDownloadRequest CDownloadRequest.setProgressListener(ProgressListener pl)
          Defines an object that will be notified during download.
 CDownloadRequest CDownloadRequest.setRange(long offset, long length)
          Defines a range for partial content download.
 

Uses of CDownloadRequest in net.netheos.pcsapi.providers.cloudme
 

Methods in net.netheos.pcsapi.providers.cloudme with parameters of type CDownloadRequest
 void CloudMe.download(CDownloadRequest downloadRequest)
           
 

Uses of CDownloadRequest in net.netheos.pcsapi.providers.dropbox
 

Methods in net.netheos.pcsapi.providers.dropbox with parameters of type CDownloadRequest
 void Dropbox.download(CDownloadRequest downloadRequest)
           
 

Uses of CDownloadRequest in net.netheos.pcsapi.providers.googledrive
 

Methods in net.netheos.pcsapi.providers.googledrive with parameters of type CDownloadRequest
 void GoogleDrive.download(CDownloadRequest downloadRequest)
           
 

Uses of CDownloadRequest in net.netheos.pcsapi.providers.hubic
 

Methods in net.netheos.pcsapi.providers.hubic with parameters of type CDownloadRequest
 void Hubic.download(CDownloadRequest downloadRequest)
           
 

Uses of CDownloadRequest in net.netheos.pcsapi.storage
 

Methods in net.netheos.pcsapi.storage with parameters of type CDownloadRequest
 void IStorageProvider.download(CDownloadRequest downloadRequest)
          Downloads a blob from provider to a byte sink, as defined by the download_request object.
 



Copyright © 2014. All Rights Reserved.