public class RemoteStorage extends Object
RemoteStorage()
void
deleteRemoteFile(String fileId)
downloadFile(String fileId, String localPath)
String
getUri(String fileId)
storeFile(File f, boolean randomName)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RemoteStorage()
public String storeFile(File f, boolean randomName)
public String getUri(String fileId)
public void downloadFile(String fileId, String localPath)
public void deleteRemoteFile(String fileId)
Copyright © 2016. All Rights Reserved.